From f163ee7e174fa569a285d0adc4814025fe701702 Mon Sep 17 00:00:00 2001 From: "nikanor.goreglyad" Date: Wed, 11 Dec 2024 10:20:25 +0100 Subject: [PATCH] update url for ekubo orderbook fetching --- apps/dashboard_app/helpers/ekubo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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