408c907870
* 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
31 lines
548 B
JSON
31 lines
548 B
JSON
{
|
|
"_meta": {
|
|
"block": {
|
|
"number": 99999999
|
|
}
|
|
},
|
|
"asToken0": [
|
|
{
|
|
"feeTier": "100",
|
|
"totalValueLockedToken0": "0",
|
|
"totalValueLockedToken1": "3"
|
|
},
|
|
{
|
|
"feeTier": "500",
|
|
"totalValueLockedToken0": "0",
|
|
"totalValueLockedToken1": "1"
|
|
},
|
|
{
|
|
"feeTier": "3000",
|
|
"totalValueLockedToken0": "0",
|
|
"totalValueLockedToken1": "4"
|
|
},
|
|
{
|
|
"feeTier": "10000",
|
|
"totalValueLockedToken0": "0",
|
|
"totalValueLockedToken1": "2"
|
|
}
|
|
],
|
|
"asToken1": []
|
|
}
|