@icgio/icg-exchanges-wrapper 1.9.107 → 1.9.109

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.
@@ -631,7 +631,7 @@ module.exports = class Orders {
631
631
  if (max_base_cur_amount > 0) {
632
632
  } else {
633
633
  if (base_cur_balance > 0) {
634
- console.error('balance low', exchange, cur, base_cur_balance, this.min_reserve_balance[exchange][base_cur])
634
+ console.error('balance low', exchange, base_cur, base_cur_balance, this.min_reserve_balance[exchange][base_cur])
635
635
  }
636
636
  max_base_cur_amount = 0
637
637
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.9.107",
3
+ "version": "1.9.109",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
19
19
  "dependencies": {
20
20
  "@icgio/icg-exchanges": "^1.27.86",
21
- "@icgio/icg-exchanges-data": "^1.6.39",
21
+ "@icgio/icg-exchanges-data": "^1.6.40",
22
22
  "@icgio/icg-utils": "^1.7.18",
23
23
  "influx": "^5.7.0",
24
24
  "lodash": "^4.17.20",