@icgio/icg-exchanges-wrapper 1.14.121 → 1.14.123

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.
@@ -80,7 +80,7 @@ module.exports = class Orders {
80
80
  this.exchange_pairs = exchange_pairs
81
81
  this.exchange_pairs_without_affiliates = exchange_pairs_without_affiliates
82
82
  this.pair_exchanges = pair_exchanges
83
- this.pair_exchanges_without_numbers = pair_exchanges_without_numbers
83
+ this.pair_exchanges_without_affiliates = pair_exchanges_without_affiliates
84
84
  this.exchange_pairs_rates_only = exchange_pairs_rates_only
85
85
  this.pair_exchanges_rates_only = pair_exchanges_rates_only
86
86
  this.rates_only_exchanges = pair_exchanges_rates_only
@@ -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.121",
3
+ "version": "1.14.123",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {