@icgio/clients-config 1.0.302 → 1.0.304
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 +6 -1
- package/package.json +1 -1
package/config.json
CHANGED
|
@@ -430,10 +430,15 @@
|
|
|
430
430
|
"cex_access": true,
|
|
431
431
|
"dex_access": false
|
|
432
432
|
},
|
|
433
|
+
"DEMO": {
|
|
434
|
+
"username": "demo@icg.io",
|
|
435
|
+
"cex_access": true,
|
|
436
|
+
"dex_access": true
|
|
437
|
+
},
|
|
433
438
|
"FREEZONE": {
|
|
434
439
|
"username": "freezone@icg.io",
|
|
435
440
|
"cex_access": true,
|
|
436
|
-
"dex_access":
|
|
441
|
+
"dex_access": true
|
|
437
442
|
},
|
|
438
443
|
"FSV": {
|
|
439
444
|
"username": "fsv@icg.io",
|