Skip to content

Commit

Permalink
BE-648 | Test pools: include 0 liquidity pools (#562)
Browse files Browse the repository at this point in the history
Adds URL query param to include 0 liquidity pools in the response
  • Loading branch information
deividaspetraitis authored Nov 21, 2024
1 parent 9927d46 commit 0c856ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 0c856ca

Please sign in to comment.