@icgio/icg-exchanges-wrapper 1.14.172 → 1.14.173

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.
@@ -149,7 +149,7 @@ module.exports = class Orders {
149
149
  this.interval_dict[exchange].positions = this.interval_dict[exchange].positions || 10 * 1000
150
150
  this.interval_dict[exchange].open_orders = this.interval_dict[exchange].open_orders || 10 * 1000
151
151
  this.interval_dict[exchange].trades = this.interval_dict[exchange].trades || 10 * 1000
152
- this.interval_dict[exchange].query_order = this.interval_dict[exchange].query_order || 10 * 1000
152
+ this.interval_dict[exchange].query_order = this.interval_dict[exchange].query_order || 10 * 60 * 1000
153
153
  this.interval_dict[exchange].rates = this.interval_dict[exchange].rates || 1 * 1000
154
154
  this.interval_dict[exchange].market_history = this.interval_dict[exchange].market_history || 2 * 1000
155
155
  this.interval_dict[exchange].ohlcv = this.interval_dict[exchange].ohlcv || 10 * 60 * 1000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.14.172",
3
+ "version": "1.14.173",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {