Skip to content

Commit 821fa7a

Browse files
authored
Merge pull request #937 from ccxt/testnet-url-update
fix(client): update spot testnet url
2 parents 698f982 + 6c0d757 commit 821fa7a

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)