@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.
Files changed (2) hide show
  1. package/config.json +6 -1
  2. 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": false
441
+ "dex_access": true
437
442
  },
438
443
  "FSV": {
439
444
  "username": "fsv@icg.io",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.302",
3
+ "version": "1.0.304",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {