@abtnode/constant 1.8.67-beta-794a8082 → 1.8.68-beta-500af7e5
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 +3 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -279,6 +279,7 @@ const WHO_CAN_ACCESS = {
|
|
|
279
279
|
|
|
280
280
|
const BLOCKLET_STORE_URL = 'https://store.blocklet.dev';
|
|
281
281
|
const BLOCKLET_STORE_URL_DEV = 'https://dev.store.blocklet.dev';
|
|
282
|
+
const MAIN_CHAIN_ENDPOINT = 'https://main.abtnetwork.io/api/';
|
|
282
283
|
|
|
283
284
|
module.exports = Object.freeze({
|
|
284
285
|
// Blocklet Server
|
|
@@ -483,4 +484,6 @@ module.exports = Object.freeze({
|
|
|
483
484
|
// period: '5m',
|
|
484
485
|
// },
|
|
485
486
|
},
|
|
487
|
+
|
|
488
|
+
MAIN_CHAIN_ENDPOINT,
|
|
486
489
|
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.68-beta-500af7e5",
|
|
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": "
|
|
23
|
+
"gitHead": "9070621373f317a10ff0d289323bf725e30d3521"
|
|
24
24
|
}
|