Skip to content

Commit

Permalink
fix: allow SpotUserDataStream on TestNet
Browse files Browse the repository at this point in the history
  • Loading branch information
ozum committed May 15, 2024
1 parent d5a7059 commit 09cea00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/websocket-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export interface WSClientConfigurableOptions {
agent?: any;
};
wsUrl?: string;
baseUrl?: string;
}

export interface WebsocketClientOptions extends WSClientConfigurableOptions {
Expand Down

0 comments on commit 09cea00

Please sign in to comment.