GateIO: Update websocket endpoint from certificate failure (#374)

This commit is contained in:
Adrian Gallagher
2019-10-31 11:57:33 +11:00
committed by GitHub
parent f60051a331
commit 5ad68c38cb

View File

@@ -19,7 +19,7 @@ import (
)
const (
gateioWebsocketEndpoint = "wss://ws.gate.io/v3/"
gateioWebsocketEndpoint = "wss://ws.gateio.ws/v3/"
gatioWsMethodPing = "ping"
gateioWebsocketRateLimit = 120
)