@abtnode/constant 1.6.28 → 1.6.31
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/index.js +1 -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.
|
|
6
|
+
"version": "1.6.31",
|
|
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": "
|
|
23
|
+
"gitHead": "ccda31a16ac6b606d34336fcc6db0b2aff15c32e"
|
|
24
24
|
}
|