Previously the reserves of the top 10 pool on the Pools page were calculated by fetching and summing the tick liquidity of the pairs in the Pools page, however this is very inefficient and the new indexer /liquidity/pairs endpoint now returns the total reserves for each pool, so this number can be used directly instead of being calculated.
Previously the reserves of the top 10 pool on the Pools page were calculated by fetching and summing the tick liquidity of the pairs in the Pools page, however this is very inefficient and the new indexer
/liquidity/pairs
endpoint now returns the total reserves for each pool, so this number can be used directly instead of being calculated.