@abtnode/constant 1.16.49-beta-20250815-032308-7bcf0b85 → 1.16.49-beta-20250821-102221-1b7283d6
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 -1
- 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',
|
|
@@ -573,7 +574,6 @@ module.exports = Object.freeze({
|
|
|
573
574
|
// Time and dates
|
|
574
575
|
DAY_IN_MS,
|
|
575
576
|
DAEMON_MAX_MEM_LIMIT_IN_MB: 800,
|
|
576
|
-
PROXY_MAX_MEM_LIMIT_IN_MB: 800,
|
|
577
577
|
BLOCKLET_MAX_MEM_LIMIT_IN_MB: 800,
|
|
578
578
|
CERTIFICATE_EXPIRES_OFFSET: 10 * DAY_IN_MS,
|
|
579
579
|
ROUTING_RESPONSE_TYPES,
|
|
@@ -760,6 +760,11 @@ module.exports = Object.freeze({
|
|
|
760
760
|
launchBlockletWithoutWallet: true,
|
|
761
761
|
backupBlocklet: true,
|
|
762
762
|
destroySelf: true,
|
|
763
|
+
connectToAigne: true,
|
|
764
|
+
disconnectToAigne: true,
|
|
765
|
+
verifyAigneConnection: true,
|
|
766
|
+
connectToEndpoint: true,
|
|
767
|
+
disconnectFromEndpoint: true,
|
|
763
768
|
},
|
|
764
769
|
NOTIFICATION_SEND_STATUS: {
|
|
765
770
|
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-20250821-102221-1b7283d6",
|
|
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": "4fdd3b0cfb87b45ff8c0d539f83c3ddcbd71465b"
|
|
24
24
|
}
|