@icgio/icg-exchanges-wrapper 1.9.109 → 1.9.110

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1119,10 +1119,10 @@ module.exports = class Orders {
1119
1119
  if (ExchangesRatesOnly[exchange].ws_market) {
1120
1120
  setInterval(() => {
1121
1121
  if (!this.ws_market_first_time[exchange]) {
1122
- ExchangesRatesOnly[exchange].ws_market(exchange_pairs[exchange])
1122
+ ExchangesRatesOnly[exchange].ws_market(exchange_pairs_rates_only[exchange])
1123
1123
  this.ws_market_first_time[exchange] = true
1124
1124
  } else {
1125
- for (let pair of exchange_pairs[exchange]) {
1125
+ for (let pair of exchange_pairs_rates_only[exchange]) {
1126
1126
  ExchangesRatesOnly[exchange].rate_ws(pair, (res) => {
1127
1127
  rates_handler(exchange, pair, res)
1128
1128
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.9.109",
3
+ "version": "1.9.110",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {