Skip to content

Commit

Permalink
Merge pull request #328 from CarmineOptions/fix/url
Browse files Browse the repository at this point in the history
fix url
  • Loading branch information
lukaspetrasek authored Nov 26, 2024
2 parents 4c73cec + b8d5cce commit 1317737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/legacy_app/src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class EkuboLiquidity:
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 1317737

Please sign in to comment.