@abtnode/constant 1.16.29-beta-88bdefe8 → 1.16.29-beta-db5c4ed6
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 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -463,6 +463,7 @@ module.exports = Object.freeze({
|
|
|
463
463
|
WEB_WALLET_URL: 'https://web.abtwallet.io',
|
|
464
464
|
BLOCKLET_STORE_URL,
|
|
465
465
|
BLOCKLET_STORE_URL_DEV,
|
|
466
|
+
BLOCKLET_STORE_DID: 'z8ia29UsENBg6tLZUKi2HABj38Cw1LmHZocbQ',
|
|
466
467
|
BLOCKLET_STORE_API_PREFIX: '/api',
|
|
467
468
|
BLOCKLET_STORE_API_BLOCKLET_PREFIX: '/api/blocklets',
|
|
468
469
|
BLOCKLET_STORE_META_PATH: '/api/store.json',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.29-beta-
|
|
6
|
+
"version": "1.16.29-beta-db5c4ed6",
|
|
7
7
|
"description": "ABT Node constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"jest": "^29.7.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "b15f6442fd30f217c08c7f892dce5d38e340ea28"
|
|
24
24
|
}
|