[go: nahoru, domu]

Skip to content

Commit

Permalink
fix sockets address for opencex connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil committed Oct 26, 2023
1 parent aaf0059 commit 5f5338a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hummingbot/connector/exchange/opencex/opencex_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
OPENCEX_TRADE_FILLS_PATH = "/api/public/v1/matches" # todo

# WS
OPENCEX_WS_BASE_DOMAIN = "opencexwss:8000"
OPENCEX_WS_BASE_DOMAIN = "opencex-wss:8000"
OPENCEX_WS_URI_PUBLIC = f"ws://{OPENCEX_WS_BASE_DOMAIN}/wsapi/v1/live_notifications"
OPENCEX_WS_URI_PRIVATE = f"ws://{OPENCEX_WS_BASE_DOMAIN}/wsapi/v1/live_notifications"

Expand Down

0 comments on commit 5f5338a

Please sign in to comment.