@icgio/clients-config 1.0.360 → 1.0.362

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.
Files changed (2) hide show
  1. package/config.json +5 -2
  2. package/package.json +1 -1
package/config.json CHANGED
@@ -111,6 +111,9 @@
111
111
  "SARA": [1, 2, 5, 10, 20, 50, 100],
112
112
  "SWFTC": [1, 2, 5, 10, 20, 50, 100]
113
113
  },
114
+ "clients_levels_target_usd": {
115
+ "PUFFER": [2000, 5000, 10000]
116
+ },
114
117
  "client_not_include_exchanges": {
115
118
  "B3TR": [],
116
119
  "COINBASE-BTC": [],
@@ -298,7 +301,7 @@
298
301
  "dex_access": false,
299
302
  "manual_trade": false,
300
303
  "server_config_enabled": false,
301
- "username": "lbai@icg.io"
304
+ "username": "jyai@icg.io"
302
305
  },
303
306
  "LUCIC": {
304
307
  "admin_access": true,
@@ -314,7 +317,7 @@
314
317
  "dex_access": false,
315
318
  "manual_trade": false,
316
319
  "server_config_enabled": false,
317
- "username": "mindfak@icg.io"
320
+ "username": "jyai@icg.io"
318
321
  },
319
322
  "PUFFER": {
320
323
  "admin_access": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.360",
3
+ "version": "1.0.362",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {