@icgio/clients-config 1.0.379 → 1.0.380
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.json +18 -0
- 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,
|
|
@@ -287,6 +296,15 @@
|
|
|
287
296
|
"server_config_enabled": true,
|
|
288
297
|
"usernames": ["superadmin@icg.io"]
|
|
289
298
|
},
|
|
299
|
+
"SUPERADMIN_LE": {
|
|
300
|
+
"admin_access": true,
|
|
301
|
+
"cex_access": true,
|
|
302
|
+
"dex_access": false,
|
|
303
|
+
"manual_trade": true,
|
|
304
|
+
"server_config_enabled": true,
|
|
305
|
+
"product": "liquidity-expert",
|
|
306
|
+
"usernames": ["superadmin@liquidity.expert"]
|
|
307
|
+
},
|
|
290
308
|
"SWFTC": {
|
|
291
309
|
"admin_access": true,
|
|
292
310
|
"cex_access": true,
|