@icgio/icg-exchanges-wrapper 1.9.129 → 1.9.131

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.
@@ -85,9 +85,9 @@ module.exports = class Orders {
85
85
  LIMITS
86
86
  if (_.includes(['binance', 'gate', 'gatev4'], exchange)) {
87
87
  LIMITS = MEDIUM_LIMITS
88
- } else if (_.includes(['bitfinex', 'kucoin', 'lbank', 'okex', 'phemex', 'xt'], exchange)) {
88
+ } else if (_.includes(['bitfinex', 'coinsbit', 'kucoin', 'lbank', 'okex', 'phemex', 'xt'], exchange)) {
89
89
  LIMITS = SMALL_LIMITS
90
- } else if (_.includes(['bitforex', 'bitkub', 'bkex', 'coinbene', 'coinsbit', 'poloniex'], exchange)) {
90
+ } else if (_.includes(['bitforex', 'bitkub', 'bkex', 'coinbene', 'poloniex'], exchange)) {
91
91
  LIMITS = MINIMUM_LIMITS
92
92
  } else {
93
93
  LIMITS = STANDARD_LIMITS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.9.129",
3
+ "version": "1.9.131",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
19
19
  "dependencies": {
20
- "@icgio/icg-exchanges": "^1.27.94",
20
+ "@icgio/icg-exchanges": "^1.27.95",
21
21
  "@icgio/icg-exchanges-data": "^1.6.48",
22
22
  "@icgio/icg-utils": "^1.7.21",
23
23
  "influx": "^5.7.0",