@icgio/icg-exchanges-wrapper 1.9.124 → 1.9.125

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.
@@ -87,7 +87,7 @@ module.exports = class Orders {
87
87
  LIMITS = MEDIUM_LIMITS
88
88
  } else if (_.includes(['bitfinex', 'kucoin', 'lbank', 'okex', 'phemex', 'xt'], exchange)) {
89
89
  LIMITS = SMALL_LIMITS
90
- } else if (_.includes(['bitforex', 'bitkub', 'bkex', 'coinbene', 'poloniex'], exchange)) {
90
+ } else if (_.includes(['bitforex', 'bitkub', 'bkex', 'coinbene', 'coinsbit', '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.124",
3
+ "version": "1.9.125",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {