You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because i notice that in demo_enviroment.js, //uniswap const IRouter = require('@uniswap/v2-periphery/build/IUniswapV2Router02.json') const uRouter = new web3.eth.Contract(IRouter.abi,'0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D') //sushiswap const sRouter = new web3.eth.Contract(IRouter.abi,'0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F')
You use '0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D'and '0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F',they are the real address in Mainnet,and i want to know what it is 'ganache-cli --fork https://eth-mainnet.alchemyapi.io/v2/qolQHYLqPhksKzW-QBEzlzdW14pRZnTr -b 2 -d' work for, does it means run the local chain?Anyway, thx~~
The text was updated successfully, but these errors were encountered:
Because i notice that in demo_enviroment.js,
//uniswap const IRouter = require('@uniswap/v2-periphery/build/IUniswapV2Router02.json') const uRouter = new web3.eth.Contract(IRouter.abi,'0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D') //sushiswap const sRouter = new web3.eth.Contract(IRouter.abi,'0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F')
You use '0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D'and '0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F',they are the real address in Mainnet,and i want to know what it is 'ganache-cli --fork https://eth-mainnet.alchemyapi.io/v2/qolQHYLqPhksKzW-QBEzlzdW14pRZnTr -b 2 -d' work for, does it means run the local chain?Anyway, thx~~
The text was updated successfully, but these errors were encountered: