diff --git a/tests/data_service.py b/tests/data_service.py index 0b6f0e8a5..3958765e8 100644 --- a/tests/data_service.py +++ b/tests/data_service.py @@ -6,7 +6,7 @@ # Endpoint URLs NUMIA_API_URL = 'https://data.stage.osmosis.zone' TOKENS_ENDPOINT = '/tokens/v2/all' -POOLS_ENDPOINT = '/stream/pool/v1/all' +POOLS_ENDPOINT = '/stream/pool/v1/all?min_liquidity=0' def fetch_tokens(): """Fetches all tokens from the specified endpoint and returns them."""