You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for reporting, I'm going to investigate this. do you need daily TVL or just the latest one? if just the latest then you could use the API instead of the Subgraph, it's more reliable for USD figures.
the ANKR/ankrETH pool on arbitrum comes back with a
totalLiquidity
of 0, even though official ui says different.not sure if this is a fluke for this particular pool or if it is a chain/system wide bug
https://api.thegraph.com/subgraphs/name/balancer-labs/balancer-arbitrum-v2/graphql?query=%7B%0A++pools%28%0A++++where%3A+%7Bid%3A+%220x9f8ed1acfe0c863381b9081aff2144fc867aa7730002000000000000000004d4%22%7D%0A++%29+%7B%0A++++symbol%0A++++totalLiquidity%0A++%7D%0A%7D
The text was updated successfully, but these errors were encountered: