diff --git a/apps/dashboard_app/helpers/ekubo.py b/apps/dashboard_app/helpers/ekubo.py index 834ef6b0..ef78c046 100644 --- a/apps/dashboard_app/helpers/ekubo.py +++ b/apps/dashboard_app/helpers/ekubo.py @@ -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