@icgio/icg-exchanges-wrapper 1.21.38 → 1.21.40

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.
@@ -188,7 +188,7 @@ module.exports = class Orders {
188
188
  limits = HKBITEX_LIMITS
189
189
  } else if (_.includes(['binance', 'gate', 'gate'], exchange_base)) {
190
190
  limits = MEDIUM_LIMITS
191
- } else if (_.includes(['bitfinex', 'coinsbit', 'kucoin', 'lbank', 'okx', 'phemex', 'xt'], exchange_base)) {
191
+ } else if (_.includes(['bitfinex', 'hashkeyglobal', 'kucoin', 'lbank', 'okx', 'phemex', 'xt'], exchange_base)) {
192
192
  limits = SMALL_LIMITS
193
193
  } else if (_.includes(['bitkub', 'poloniex'], exchange_base)) {
194
194
  limits = MINIMUM_LIMITS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.21.38",
3
+ "version": "1.21.40",
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.45.24",
20
+ "@icgio/icg-exchanges": "^1.45.27",
21
21
  "@icgio/icg-utils": "^1.9.64",
22
22
  "lodash": "^4.17.23",
23
23
  "pg": "^8.17.2"