00403a4810
* upgrade to 7.0 * first iteration of stubbing subgraph in integration tests * added fixtures * add tests for fee tier distribution and liquidity chart * remove unused test utils * update yarn.lock * fixed merge artifacts
28 lines
500 B
JSON
28 lines
500 B
JSON
{
|
|
"data": {
|
|
"_meta": {
|
|
"block": {
|
|
"number": 99999999
|
|
}
|
|
},
|
|
"asToken0": [
|
|
{
|
|
"feeTier": "500",
|
|
"totalValueLockedToken0": "0",
|
|
"totalValueLockedToken1": "1"
|
|
},
|
|
{
|
|
"feeTier": "3000",
|
|
"totalValueLockedToken0": "0",
|
|
"totalValueLockedToken1": "7"
|
|
},
|
|
{
|
|
"feeTier": "10000",
|
|
"totalValueLockedToken0": "0",
|
|
"totalValueLockedToken1": "2"
|
|
}
|
|
],
|
|
"asToken1": []
|
|
}
|
|
}
|