Change slippage calculation in trade page as discussed (#756)
* Change slippage calculation in trade page as discussed * Revert test change * Fix the missing import
Showing
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
"@reach/dialog": "^0.2.8", | "@reach/dialog": "^0.2.8", | ||
"@reach/tooltip": "^0.2.0", | "@reach/tooltip": "^0.2.0", | ||
"@reduxjs/toolkit": "^1.3.5", | "@reduxjs/toolkit": "^1.3.5", | ||
"@uniswap/sdk": "^2.0.3", | "@uniswap/sdk": "^2.0.4", | ||
"@uniswap/v2-core": "1.0.0", | "@uniswap/v2-core": "1.0.0", | ||
"@uniswap/v2-periphery": "1.0.0-beta.0", | "@uniswap/v2-periphery": "1.0.0-beta.0", | ||
"@web3-react/core": "^6.0.9", | "@web3-react/core": "^6.0.9", | ||
... | ... |
Please register or sign in to comment