@icgio/icg-exchanges-wrapper 1.12.37 → 1.12.39

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.
@@ -45,7 +45,7 @@ const PROCESS_INTERVAL = 1000
45
45
  const RATES_LENGTH_MAX = 100
46
46
  const RATES_LENGTH_DEFAULT = 50
47
47
  const MARKET_HISTORY_DEFAULT_TIME = 10 * 60 * 1000
48
- const TRADES_DEFAULT_TIME = 12 * 60 * 60 * 1000
48
+ const TRADES_DEFAULT_TIME = 7 * 24 * 60 * 60 * 1000
49
49
  const NO_CALLBACK_TIMEOUT = 2 * 60 * 1000
50
50
  const COMBINE_ORDERBOOKS_LEVEL = 100
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.12.37",
3
+ "version": "1.12.39",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,9 +17,9 @@
17
17
  },
18
18
  "homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
19
19
  "dependencies": {
20
- "@icgio/icg-exchanges": "^1.30.34",
21
- "@icgio/icg-exchanges-data": "^1.8.28",
22
- "@icgio/icg-utils": "^1.7.61",
20
+ "@icgio/icg-exchanges": "^1.30.35",
21
+ "@icgio/icg-exchanges-data": "^1.8.29",
22
+ "@icgio/icg-utils": "^1.7.62",
23
23
  "influx": "^5.7.0",
24
24
  "lodash": "^4.17.20",
25
25
  "uuid": "^9.0.1",