The discover potions page (/potions) presents a possible race condition for the most collateral/more purchased potions query.
Issue timeline:
Network request getMostPopularPotions fired
Network request poolsWithLiquidity fired
Since the network request getMostPopularPotions is fired before the query in charge of loading assets with liquidity (poolsWithLiquidity) , the query to load potions has an empty variables['addresses'] field, which also causes the response to be empty.
The discover potions page (/potions) presents a possible race condition for the most collateral/more purchased potions query.
Issue timeline:
getMostPopularPotions
firedpoolsWithLiquidity
firedSince the network request
getMostPopularPotions
is fired before the query in charge of loading assets with liquidity (poolsWithLiquidity
) , the query to load potions has an emptyvariables['addresses']
field, which also causes the response to be empty.