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

Commit

Permalink
zb: fixing API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bmancini55 committed Oct 6, 2021
1 parent c78777e commit 61bcb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exchanges/ZbClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Trade } from "../Trade";
export class ZbClient extends BasicClient {
public remoteIdMap: Map<string, string>;

constructor({ wssPath = "wss:https://api.zb.today/websocket", watcherMs }: ClientOptions = {}) {
constructor({ wssPath = "wss:https://api.zb.work/websocket", watcherMs }: ClientOptions = {}) {
super(wssPath, "ZB", undefined, watcherMs);
this.hasTickers = true;
this.hasTrades = true;
Expand Down

0 comments on commit 61bcb53

Please sign in to comment.