cosmology-tech / cosmology

CLI and TS library for the Cosmos ⚛️
MIT License
50 stars 20 forks source link

increase pagination limit for OsmosisApiClient's getPools request #13

Closed aidanaden closed 2 years ago

aidanaden commented 2 years ago

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.