@icgio/icg-exchanges-wrapper 1.12.172 → 1.12.173

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.
@@ -98,7 +98,9 @@ module.exports = class Account {
98
98
  _.set(exchange_position, [exchange, cur, 'percentage'], ((diff / exchange_assets_balances[exchange][cur]) * 100).toPrecision(3) + '%')
99
99
  }
100
100
  }
101
+ exchange_position[exchange] = utils.sort_keys(exchange_position[exchange])
101
102
  }
103
+ exchange_position = utils.sort_keys(exchange_position)
102
104
  return exchange_position
103
105
  }
104
106
  get_position(balances, type = 'initial') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.12.172",
3
+ "version": "1.12.173",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {