feat: add support for 0.01% tier (#2769)
* chore: add support for 0.01% tier * only show 1bps on mainnet * rename VERY_LOW to LOWEST * upgrade to v3-sdk 3.7.0 * add snapshot testing for lowest tier * fix integration test * fix integration test * use ALL_SUPPORTED_CHAIN_IDS over string all * consider 0.01% tier in pool (#2770) * merge main and only consider lowest tier for mainnet
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.6.3", | "@uniswap/v3-sdk": "^3.7.1", | ||
"@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