Skip to content

Commit

Permalink
update url for ekubo orderbook fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
nikanor.goreglyad committed Dec 11, 2024
1 parent c8b908d commit f163ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard_app/helpers/ekubo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class EkuboLiquidity:
Fetches data from a liquidity API and send it to the dataframe which updates the
liquidity of a token pair.
"""
URL = "http://178.32.172.153/orderbook/"
URL = "http://51.195.57.201/orderbook/"
DEX = "Ekubo"
LOWER_BOUND_VALUE = 0.95
UPPER_BOUND_VALUE = 1.05
Expand Down

0 comments on commit f163ee7

Please sign in to comment.