@icgio/icg-exchanges-wrapper 1.9.115 → 1.9.117

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.
@@ -138,7 +138,7 @@ module.exports = class Orders {
138
138
  positions_check: false,
139
139
  open_orders_check: true,
140
140
  trades_check: true,
141
- query_order_check: true,
141
+ query_order_check: false,
142
142
  rates_check: true,
143
143
  market_history_check: true,
144
144
  cmc_rates_check: true,
@@ -176,7 +176,7 @@ module.exports = class Orders {
176
176
  }
177
177
  if (this.enabled.balances_check && this.enabled.open_orders_check && this.enabled.trades_check) {
178
178
  setInterval(() => {
179
- // this.process_trades(this.trades)
179
+ this.process_trades(this.trades)
180
180
  this.process_open_orders(this.open_orders)
181
181
  }, PROCESS_INTERVAL)
182
182
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.9.115",
3
+ "version": "1.9.117",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {