@icgio/icg-exchanges-wrapper 1.10.36 → 1.11.1

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.
@@ -95,7 +95,7 @@ module.exports = class Orders {
95
95
  LIMITS
96
96
  if (_.includes(['binance', 'gate', 'gatev4'], exchange)) {
97
97
  LIMITS = MEDIUM_LIMITS
98
- } else if (_.includes(['bitfinex', 'bkex', 'coinsbit', 'kucoin', 'lbank', 'okex', 'phemex', 'txbit', 'xt'], exchange)) {
98
+ } else if (_.includes(['bitfinex', 'bkex', 'coinsbit', 'kucoin', 'lbank', 'okx', 'phemex', 'txbit', 'xt'], exchange)) {
99
99
  LIMITS = SMALL_LIMITS
100
100
  } else if (_.includes(['bitforex', 'bitkub', 'coinbene', 'poloniex'], exchange)) {
101
101
  LIMITS = MINIMUM_LIMITS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.10.36",
3
+ "version": "1.11.1",
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.28.25",
21
- "@icgio/icg-exchanges-data": "^1.6.81",
22
- "@icgio/icg-utils": "^1.7.40",
20
+ "@icgio/icg-exchanges": "^1.29.0",
21
+ "@icgio/icg-exchanges-data": "^1.7.0",
22
+ "@icgio/icg-utils": "^1.7.41",
23
23
  "influx": "^5.7.0",
24
24
  "lodash": "^4.17.20",
25
25
  "uuid": "^9.0.0",