Skip to content

Commit fa0413f

Browse files
authored
Merge pull request #947 from ccxt/combine-stream-fix
fix(client): update combinate testnet stream url
2 parents 202e45a + 3938ff7 commit fa0413f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node-binance-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class Binance {
4747
stream = `wss://stream.binance.${this.domain}:9443/ws/`;
4848
streamTest = `wss://stream.testnet.binance.vision/ws/`;
4949
combineStream = `wss://stream.binance.${this.domain}:9443/stream?streams=`;
50-
combineStreamTest = `wss://testnet.binance.vision/stream?streams=`;
50+
combineStreamTest = `wss://stream.testnet.binance.vision/stream?streams=`;
5151

5252
verbose = false;
5353

0 commit comments

Comments
 (0)