@icgio/icg-exchanges-wrapper 1.9.5 → 1.9.6

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.
@@ -61,7 +61,7 @@ module.exports = class Orders {
61
61
  this.previous_orders_canceled_exchange_pair = {}
62
62
  this.init_account_from_first_balances = settings.init_account_from_first_balances || true
63
63
  this.account_init = false
64
- this.cmc_curs = setting.cmc_curs || []
64
+ this.cmc_curs = settings.cmc_curs || []
65
65
  for (let exchange in exchange_pairs) {
66
66
  if (exchange === 'bitfinex') {
67
67
  this.Exchanges[exchange] = new icg_exchanges[_.upperFirst(exchange)](cd[exchange]['api_keys'], cd[exchange]['secret_keys'], _.assign(small_limits, cd[exchange]))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.9.5",
3
+ "version": "1.9.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {