fix(optimism): Optimism regenesis support (#2703)
* feat(optimism): optimistic kovan local regenesis changes * use the regenesis version of the sdk * remove the override no longer necessary * diff rpc url * back to kovan url * lint error * Optimism mainnet regenesis test (#2695) * remove the optimism mainnet specific code and point to the mainnet regenesis rpc url * point at the old mainnet multicall address * bump the sdk version * copy the list * multicall address regenesis change * revert the gas limit special casing for optimism * bump the sdk version * remove a couple other temporary edits * unused test case * specific version of v3-sdk
Showing
... | @@ -66,7 +66,7 @@ | ... | @@ -66,7 +66,7 @@ |
"@uniswap/v2-sdk": "^3.0.0-alpha.2", | "@uniswap/v2-sdk": "^3.0.0-alpha.2", | ||
"@uniswap/v3-core": "1.0.0", | "@uniswap/v3-core": "1.0.0", | ||
"@uniswap/v3-periphery": "^1.1.1", | "@uniswap/v3-periphery": "^1.1.1", | ||
"@uniswap/v3-sdk": "^3.4.1", | "@uniswap/v3-sdk": "3.6.3", | ||
"@web3-react/core": "^6.0.9", | "@web3-react/core": "^6.0.9", | ||
"@web3-react/fortmatic-connector": "^6.0.9", | "@web3-react/fortmatic-connector": "^6.0.9", | ||
"@web3-react/injected-connector": "^6.0.7", | "@web3-react/injected-connector": "^6.0.7", | ||
... | ... |
Please register or sign in to comment