@abtnode/constant 1.6.29 → 1.7.0

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 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -225,9 +225,8 @@ module.exports = Object.freeze({
225
225
 
226
226
  DEFAULT_DID_REGISTRY: 'https://registry.abtnet.io',
227
227
  DEFAULT_DID_DOMAIN: 'did.abtnet.io',
228
- DEFAULT_GATEWAY_DOMAIN: 'did.gw.abtnet.io',
229
- DEFAULT_IP_DNS_DOMAIN_SUFFIX: 'ip.abtnet.io',
230
228
  DEFAULT_IP_DOMAIN: '*.ip.abtnet.io',
229
+ DEFAULT_IP_DOMAIN_SUFFIX: 'ip.abtnet.io',
231
230
  DEFAULT_WILDCARD_CERT_HOST: 'https://releases.arcblock.io/',
232
231
 
233
232
  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.29",
6
+ "version": "1.7.0",
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": "0d02246307d364e952990b3e64b608dfefc80efe"
23
+ "gitHead": "fc949a5e8a1017fbe17533d3bd78b166c7dad132"
24
24
  }