@icgio/icg-exchanges-wrapper 1.15.19 → 1.15.21

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.
@@ -1481,7 +1481,7 @@ module.exports = class Orders {
1481
1481
  this.ws_market_first_time[exchange] = true
1482
1482
  }
1483
1483
  for (let pair of exchange_pairs_rates_only[exchange]) {
1484
- ExchangesRatesOnly[exchange].rate_ws_observable(pair, (res) => {
1484
+ ExchangesRatesOnly[exchange].rate_ws_top_observable(pair, (res) => {
1485
1485
  rates_handler(exchange, pair, res)
1486
1486
  })
1487
1487
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.15.19",
3
+ "version": "1.15.21",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
19
19
  "dependencies": {
20
- "@icgio/icg-exchanges": "^1.32.168",
20
+ "@icgio/icg-exchanges": "^1.32.170",
21
21
  "@icgio/icg-utils": "^1.9.47",
22
22
  "lodash": "^4.17.23",
23
23
  "pg": "^8.17.2"