@abtnode/constant 1.16.45-beta-20250625-103530-e1f5b0b8 → 1.16.45-beta-20250627-075343-5af3ad9a
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 +2 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -252,7 +252,7 @@ const RBAC_CONFIG = {
|
|
|
252
252
|
|
|
253
253
|
// external user
|
|
254
254
|
[SERVER_ROLES.EXTERNAL_BLOCKLET_CONTROLLER]: ['query_blocklets', 'mutate_blocklets'],
|
|
255
|
-
[SERVER_ROLES.EXTERNAL_BLOCKLETS_MANAGER]: ['query_blocklets', 'mutate_blocklets'],
|
|
255
|
+
[SERVER_ROLES.EXTERNAL_BLOCKLETS_MANAGER]: ['query_blocklets', 'mutate_blocklets', 'query_node'],
|
|
256
256
|
}),
|
|
257
257
|
};
|
|
258
258
|
|
|
@@ -479,7 +479,7 @@ module.exports = Object.freeze({
|
|
|
479
479
|
PROCESS_NAME_LOG_ROTATE: 'abt-node-log-rotate',
|
|
480
480
|
PROCESS_NAME_EVENT_HUB: 'abt-node-event-hub',
|
|
481
481
|
|
|
482
|
-
|
|
482
|
+
BLOCKLET_LAUNCHER_URL: 'https://launcher.arcblock.io/',
|
|
483
483
|
WEB_WALLET_URL: 'https://web.abtwallet.io',
|
|
484
484
|
TEST_STORE_URL,
|
|
485
485
|
BLOCKLET_STORE_URL,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.45-beta-
|
|
6
|
+
"version": "1.16.45-beta-20250627-075343-5af3ad9a",
|
|
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": "9a6e725b4831161020f627cddbb36173d2348306"
|
|
24
24
|
}
|