@abtnode/constant 1.6.21 → 1.6.22

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -210,7 +210,7 @@ module.exports = Object.freeze({
210
210
  DEFAULT_DID_REGISTRY: 'https://registry.abtnet.io',
211
211
  DEFAULT_DID_DOMAIN: 'did.abtnet.io',
212
212
  DEFAULT_IP_DNS_DOMAIN_SUFFIX: 'ip.abtnet.io',
213
- DEFAULT_DASHBOARD_DOMAIN: '*.ip.abtnet.io',
213
+ DEFAULT_IP_DOMAIN: '*.ip.abtnet.io',
214
214
  DEFAULT_WILDCARD_CERT_HOST: 'https://releases.arcblock.io/',
215
215
 
216
216
  DEFAULT_CERTIFICATE_EMAIL: 'certs@arcblock.io',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.21",
6
+ "version": "1.6.22",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^27.4.5"
22
22
  },
23
- "gitHead": "864ae21711c119948475057a1f634fd7d16ae91a"
23
+ "gitHead": "18ac52a439dbd04e4ace98d796b6de517503fb14"
24
24
  }