Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit bed79cf

Browse files
author
Sergey Kazantsev
committed
Change ZB exchange wssPath
1 parent 2353385 commit bed79cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exchanges/zb-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Level2Point = require("../level2-point");
55
const Level2Snapshot = require("../level2-snapshot");
66

77
class ZbClient extends BasicClient {
8-
constructor({ wssPath = "wss://api.zb.cn/websocket", watcherMs } = {}) {
8+
constructor({ wssPath = "wss://api.zb.today/websocket", watcherMs } = {}) {
99
super(wssPath, "ZB", undefined, watcherMs);
1010
this.hasTickers = true;
1111
this.hasTrades = true;

0 commit comments

Comments
 (0)