Skip to content

Commit

Permalink
Merge pull request #364 from CarmineOptions/fix/change-url-ekubo-ob
Browse files Browse the repository at this point in the history
update url for ekubo orderbook fetching
  • Loading branch information
nickgore authored Dec 11, 2024
2 parents c8b908d + f163ee7 commit b5eec10
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 b5eec10

Please sign in to comment.