@icgio/icg-exchanges-wrapper 1.14.122 → 1.14.124

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.
@@ -131,7 +131,7 @@ module.exports = class Orders {
131
131
  } else {
132
132
  limits = STANDARD_LIMITS
133
133
  }
134
- this.Exchanges[exchange] = new ICGExchanges[_.upperFirst(_split(exchange, '_')[0])](api_key_temp, secret_key_temp, _.assign(limits, cd[exchange]))
134
+ this.Exchanges[exchange] = new ICGExchanges[_.upperFirst(_.split(exchange, '_')[0])](api_key_temp, secret_key_temp, _.assign(limits, cd[exchange]))
135
135
  if (!this.interval_dict || !this.interval_dict[exchange]) {
136
136
  this.interval_dict[exchange] = {
137
137
  balances: 10 * 1000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.14.122",
3
+ "version": "1.14.124",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@icgio/icg-exchanges": "^1.32.69",
21
21
  "@icgio/icg-exchanges-data": "^1.10.60",
22
- "@icgio/icg-utils": "^1.9.22",
22
+ "@icgio/icg-utils": "^1.9.23",
23
23
  "influx": "^5.10.0",
24
24
  "lodash": "^4.17.20",
25
25
  "uuid": "^11.1.0",