@7jaylen/uniswap-v2-contract
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -27,3 +27,29 @@ { | ||
} | ||
}, | ||
"1337": { | ||
"weth": { | ||
"proxyAddress": "0xE66eeb92483F56c9Fc2cD90cbF91b8d51B7905a1", | ||
"implAddress": "0xE66eeb92483F56c9Fc2cD90cbF91b8d51B7905a1", | ||
"version": "1.0.0", | ||
"contract": "WETH9", | ||
"operator": "0xEa8338266e21C28D7dBC6CC9d857B03EB059C4eC", | ||
"fromBlock": 17 | ||
}, | ||
"factory": { | ||
"proxyAddress": "0x2302aFa23782698de78b314F90AB8e7CE55D62B7", | ||
"implAddress": "0x2302aFa23782698de78b314F90AB8e7CE55D62B7", | ||
"version": "1.0.0", | ||
"contract": "UniswapV2Factory", | ||
"operator": "0xEa8338266e21C28D7dBC6CC9d857B03EB059C4eC", | ||
"fromBlock": 18 | ||
}, | ||
"router": { | ||
"proxyAddress": "0x50d373521a1540453954C2c4Ec54660723AD56C9", | ||
"implAddress": "0x50d373521a1540453954C2c4Ec54660723AD56C9", | ||
"version": "1.0.0", | ||
"contract": "UniswapV2Router02", | ||
"operator": "0xEa8338266e21C28D7dBC6CC9d857B03EB059C4eC", | ||
"fromBlock": 19 | ||
} | ||
} | ||
} |
@@ -60,3 +60,3 @@ import {HardhatUserConfig} from 'hardhat/config'; | ||
localhost: { | ||
url: 'http://localhost:8545', | ||
url: 'http://192.168.110.76:8545', | ||
accounts, | ||
@@ -63,0 +63,0 @@ timeout: 60000, |
{ | ||
"name": "@7jaylen/uniswap-v2-contract", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/33357/uniswap-v2-contract.git", |
281877
3310