fix: removing and adding liquidity when the price of the pool is at the min/max price
fixes https://github.com/Uniswap/uniswap-interface/issues/1641
Showing
... | @@ -51,7 +51,7 @@ | ... | @@ -51,7 +51,7 @@ |
"@uniswap/v2-sdk": "^3.0.0-alpha.0", | "@uniswap/v2-sdk": "^3.0.0-alpha.0", | ||
"@uniswap/v3-core": "1.0.0", | "@uniswap/v3-core": "1.0.0", | ||
"@uniswap/v3-periphery": "1.0.0", | "@uniswap/v3-periphery": "1.0.0", | ||
"@uniswap/v3-sdk": "^3.0.0-alpha.5", | "@uniswap/v3-sdk": "^3.0.0-alpha.6", | ||
"@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