fix(polygon): enable the smart order router for polygon (#3037)
* fix(polygon): enable the smart order router for polygon * show gas estimates for polygon
Showing
... | @@ -60,7 +60,7 @@ | ... | @@ -60,7 +60,7 @@ |
"@uniswap/redux-multicall": "^1.0.0", | "@uniswap/redux-multicall": "^1.0.0", | ||
"@uniswap/router-sdk": "^1.0.1", | "@uniswap/router-sdk": "^1.0.1", | ||
"@uniswap/sdk-core": "^3.0.1", | "@uniswap/sdk-core": "^3.0.1", | ||
"@uniswap/smart-order-router": "^2.5.4", | "@uniswap/smart-order-router": "^2.5.7", | ||
"@uniswap/token-lists": "^1.0.0-beta.27", | "@uniswap/token-lists": "^1.0.0-beta.27", | ||
"@uniswap/v2-core": "1.0.0", | "@uniswap/v2-core": "1.0.0", | ||
"@uniswap/v2-periphery": "^1.1.0-beta.0", | "@uniswap/v2-periphery": "^1.1.0-beta.0", | ||
... | ... |
Please register or sign in to comment