Skip to content

Commit

Permalink
Merge pull request hummingbot#6652 from jtashiro/fix/phemex-perpetual…
Browse files Browse the repository at this point in the history
…-api-endpoints

Fix/phemex perpetual api endpoints
  • Loading branch information
rapcmia authored Nov 13, 2023
2 parents 7aeffaf + 0405086 commit 88beb87
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
}

WSS_URLS = {
DEFAULT_DOMAIN: "wss://phemex.com",
DEFAULT_DOMAIN: "wss://ws.phemex.com",
TESTNET_DOMAIN: "wss://testnet.phemex.com",
}

PUBLIC_WS_ENDPOINT = "/ws"
PRIVATE_WS_ENDPOINT = "/ws"
PUBLIC_WS_ENDPOINT = ""
PRIVATE_WS_ENDPOINT = ""

WS_HEARTBEAT = 5 # https://phemex-docs.github.io/#heartbeat

Expand Down

0 comments on commit 88beb87

Please sign in to comment.