@abtnode/constant 1.16.11-next-470e8c41 → 1.16.11

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.
Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -286,6 +286,11 @@ const USER_TYPE = Object.freeze({
286
286
  WALLET: 'wallet',
287
287
  });
288
288
 
289
+ const PROD_DID_SPACES = {
290
+ BUY_SPACE_PAGE: 'https://www.didspaces.com/app/buySpace',
291
+ APP_IDS: ['zNKq13Dr2TBHELpLDUJFGxepiGP7YHbAVxPn', 'zNKq6yG8AVbwdRBDJSNCDVJJUQD1AXdkK7Wp'],
292
+ };
293
+
289
294
  module.exports = Object.freeze({
290
295
  // Blocklet Server
291
296
  NODE_MODES: Object.freeze({
@@ -496,4 +501,6 @@ module.exports = Object.freeze({
496
501
  USER_TYPE,
497
502
  SERVER_CACHE_TTL: 300 * 1000, // 5 minutes
498
503
  BLOCKLET_CACHE_TTL: 3600 * 1000, // 1 hour
504
+
505
+ PROD_DID_SPACES,
499
506
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.11-next-470e8c41",
6
+ "version": "1.16.11",
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": "2f27bfc6522fdf0db1e9b6df717144c98ae30390"
23
+ "gitHead": "bf1a5bd70ed2ee7cd044c6b629c18bbc900f1598"
24
24
  }