@icgio/clients-config 1.0.351 → 1.0.352

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.
package/config.js CHANGED
@@ -255,8 +255,8 @@ module.exports.client_types = client_types
255
255
  "ADMIN": { "username": "admin@icg.io" }
256
256
  }
257
257
  */
258
- const dashboard_users = config_data.dashboard_users
259
- module.exports.dashboard_users = dashboard_users
258
+ const dashboard_clients = config_data.dashboard_clients
259
+ module.exports.dashboard_clients = dashboard_clients
260
260
 
261
261
  /*
262
262
  {
package/config.json CHANGED
@@ -361,7 +361,7 @@
361
361
  "trades": 1
362
362
  }
363
363
  },
364
- "dashboard_users": {
364
+ "dashboard_clients": {
365
365
  "ADMIN": {
366
366
  "cex_access": true,
367
367
  "dex_access": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.351",
3
+ "version": "1.0.352",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {