@abtnode/constant 1.16.22-beta-079a9053 → 1.16.22-beta-87e027a7

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 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -423,6 +423,7 @@ module.exports = Object.freeze({
423
423
  DEFAULT_IP_DOMAIN: '*.ip.abtnet.io',
424
424
  DEFAULT_IP_DOMAIN_SUFFIX: 'ip.abtnet.io',
425
425
  DEFAULT_WILDCARD_CERT_HOST: 'https://releases.arcblock.io/',
426
+ DEFAULT_NFT_DOMAIN_URL: 'https://domain.didlabs.org/',
426
427
 
427
428
  DEFAULT_CERTIFICATE_EMAIL: 'certs@arcblock.io',
428
429
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.22-beta-079a9053",
6
+ "version": "1.16.22-beta-87e027a7",
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.5.1"
22
22
  },
23
- "gitHead": "012ceb3aa8270b79d3a6935e6f1de2f5b9a50348"
23
+ "gitHead": "c1b0c1d0b1d2504d4738cd5981e6e52872e4e1ce"
24
24
  }