@icgio/icg-exchanges-wrapper 1.12.12 → 1.12.14

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,9 +95,9 @@ 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', 'okx', 'phemex', 'xt'], exchange)) {
98
+ } else if (_.includes(['bitfinex', 'bitforex', 'bkex', 'coinsbit', 'kucoin', 'lbank', 'okx', 'phemex', 'xt'], exchange)) {
99
99
  LIMITS = SMALL_LIMITS
100
- } else if (_.includes(['bitforex', 'bitkub', 'coinbene', 'poloniex', 'txbit'], exchange)) {
100
+ } else if (_.includes(['bitkub', 'coinbene', 'poloniex'], exchange)) {
101
101
  LIMITS = MINIMUM_LIMITS
102
102
  } else if (_.includes(['swft'], exchange)) {
103
103
  LIMITS = SWFT_LIMITS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.12.12",
3
+ "version": "1.12.14",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,12 +17,12 @@
17
17
  },
18
18
  "homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
19
19
  "dependencies": {
20
- "@icgio/icg-exchanges": "^1.30.10",
20
+ "@icgio/icg-exchanges": "^1.30.13",
21
21
  "@icgio/icg-exchanges-data": "^1.8.10",
22
22
  "@icgio/icg-utils": "^1.7.52",
23
23
  "influx": "^5.7.0",
24
24
  "lodash": "^4.17.20",
25
25
  "uuid": "^9.0.0",
26
- "ws": "^8.13.0"
26
+ "ws": "^8.14.0"
27
27
  }
28
28
  }