Skip to content

Commit 6c0d757

Browse files
committed
fix(client): update spot testnet url
1 parent 698f982 commit 6c0d757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node-binance-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default class Binance {
4545
dstreamSingleTest = `wss://dstream.binancefuture.${this.domain}/ws/`;
4646
dstreamTest = `wss://dstream.binancefuture.${this.domain}/stream?streams=`;
4747
stream = `wss://stream.binance.${this.domain}:9443/ws/`;
48-
streamTest = `wss://testnet.binance.vision/ws/`;
48+
streamTest = `wss://stream.testnet.binance.vision/ws/`;
4949
combineStream = `wss://stream.binance.${this.domain}:9443/stream?streams=`;
5050
combineStreamTest = `wss://testnet.binance.vision/stream?streams=`;
5151

0 commit comments

Comments
 (0)