@abtnode/constant 1.16.49-beta-20250815-032308-7bcf0b85 → 1.16.49-beta-20250819-084933-3bcbd851
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 +6 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -478,6 +478,7 @@ module.exports = Object.freeze({
|
|
|
478
478
|
PROCESS_NAME_ROUTER: 'abt-node-router',
|
|
479
479
|
PROCESS_NAME_LOG_ROTATE: 'abt-node-log-rotate',
|
|
480
480
|
PROCESS_NAME_EVENT_HUB: 'abt-node-event-hub',
|
|
481
|
+
PROCESS_NAME_PM2_EVENT_HUB: 'abt-node-pm2-event-hub',
|
|
481
482
|
|
|
482
483
|
BLOCKLET_LAUNCHER_URL: 'https://launcher.arcblock.io/',
|
|
483
484
|
WEB_WALLET_URL: 'https://web.abtwallet.io',
|
|
@@ -760,6 +761,11 @@ module.exports = Object.freeze({
|
|
|
760
761
|
launchBlockletWithoutWallet: true,
|
|
761
762
|
backupBlocklet: true,
|
|
762
763
|
destroySelf: true,
|
|
764
|
+
connectToAigne: true,
|
|
765
|
+
disconnectToAigne: true,
|
|
766
|
+
verifyAigneConnection: true,
|
|
767
|
+
connectToEndpoint: true,
|
|
768
|
+
disconnectFromEndpoint: true,
|
|
763
769
|
},
|
|
764
770
|
NOTIFICATION_SEND_STATUS: {
|
|
765
771
|
PENDING: 0, // 待发送
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.49-beta-
|
|
6
|
+
"version": "1.16.49-beta-20250819-084933-3bcbd851",
|
|
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": "b8bbf2279e9a29bd58eac7b66e1db16e851a183c"
|
|
24
24
|
}
|