@icgio/icg-exchanges-wrapper 1.10.15 → 1.10.17

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.
@@ -94,7 +94,7 @@ module.exports = class Orders {
94
94
  LIMITS
95
95
  if (_.includes(['binance', 'gate', 'gatev4'], exchange)) {
96
96
  LIMITS = MEDIUM_LIMITS
97
- } else if (_.includes(['bitfinex', 'bkex', 'coinsbit', 'kucoin', 'lbank', 'okex', 'phemex', 'xt'], exchange)) {
97
+ } else if (_.includes(['bitfinex', 'bkex', 'coinsbit', 'kucoin', 'lbank', 'okex', 'phemex', 'txbit', 'xt'], exchange)) {
98
98
  LIMITS = SMALL_LIMITS
99
99
  } else if (_.includes(['bitforex', 'bitkub', 'coinbene', 'poloniex'], exchange)) {
100
100
  LIMITS = MINIMUM_LIMITS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.10.15",
3
+ "version": "1.10.17",
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.28.12",
20
+ "@icgio/icg-exchanges": "^1.28.13",
21
21
  "@icgio/icg-exchanges-data": "^1.6.74",
22
22
  "@icgio/icg-utils": "^1.7.40",
23
23
  "influx": "^5.7.0",