fix: use a multicall that allows limiting gas of the individual calls (#1953)
* fix: use a multicall that allows limiting gas of the individual calls * use the latest multicall addresses
Showing
... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
"@uniswap/v2-periphery": "^1.1.0-beta.0", | "@uniswap/v2-periphery": "^1.1.0-beta.0", | ||
"@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.0.0", | "@uniswap/v3-periphery": "^1.1.1", | ||
"@uniswap/v3-sdk": "^3.0.0-alpha.9", | "@uniswap/v3-sdk": "^3.0.0-alpha.9", | ||
"@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", | ||
... | ... |
Please register or sign in to comment