cosmology-tech/cosmology

increase pagination limit for OsmosisApiClient's getPools request

aidanaden opened this issue · 0 comments

The osmosis frontend currently queries the endpoint https://lcd-osmosis.keplr.app/osmosis/gamm/v1beta1/pools?pagination.limit=1000 with pagination set to 1000 when getting the pool data from the LCD, however the OsmosisApiClient.getPools function continues to query with pagination set to 750, causing a few pools with IDs greater than 750 to be missed out.