binance-futures-connector
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "binance-futures-connector", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "币安-合约+现货-sdk,持续更新,欢迎PR一起完善,微信:wkc19891", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -16,3 +16,3 @@ const { validateRequiredParameters } = require('../helpers/validation.js') | ||
super(options) | ||
this.wsURL = options.wsURL || 'wss://fstream.binance.com' | ||
this.wsURL = options.wsURL || 'wss://fstream-auth.binance.com' | ||
this.reconnectDelay = 5000 | ||
@@ -19,0 +19,0 @@ this.ip = options.ip; |
243187