@icgio/clients-config 1.0.379 → 1.0.381

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 +19 -0
  2. package/package.json +1 -1
package/config.json CHANGED
@@ -231,6 +231,15 @@
231
231
  "server_config_enabled": true,
232
232
  "usernames": ["admin@icg.io"]
233
233
  },
234
+ "ADMIN_LE": {
235
+ "admin_access": true,
236
+ "cex_access": true,
237
+ "dex_access": false,
238
+ "manual_trade": false,
239
+ "server_config_enabled": true,
240
+ "product": "liquidity-expert",
241
+ "usernames": ["admin@liquidity.expert"]
242
+ },
234
243
  "B3TR": {
235
244
  "admin_access": true,
236
245
  "cex_access": true,
@@ -269,6 +278,7 @@
269
278
  "dex_access": false,
270
279
  "manual_trade": false,
271
280
  "server_config_enabled": false,
281
+ "product": "liquidity-expert",
272
282
  "usernames": ["jyai@icg.io"]
273
283
  },
274
284
  "PUFFER": {
@@ -287,6 +297,15 @@
287
297
  "server_config_enabled": true,
288
298
  "usernames": ["superadmin@icg.io"]
289
299
  },
300
+ "SUPERADMIN_LE": {
301
+ "admin_access": true,
302
+ "cex_access": true,
303
+ "dex_access": false,
304
+ "manual_trade": true,
305
+ "server_config_enabled": true,
306
+ "product": "liquidity-expert",
307
+ "usernames": ["superadmin@liquidity.expert"]
308
+ },
290
309
  "SWFTC": {
291
310
  "admin_access": true,
292
311
  "cex_access": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.379",
3
+ "version": "1.0.381",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {