@capxul/sandbox 2.6.0 → 2.7.0
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/dist/main.mjs +5 -2
- package/package.json +3 -3
package/dist/main.mjs
CHANGED
|
@@ -43,7 +43,7 @@ var deployment_topology_default = {
|
|
|
43
43
|
"convexSiteUrl": "https://api.staging.capxul.com",
|
|
44
44
|
"chainId": 84532,
|
|
45
45
|
"expectedFingerprints": {
|
|
46
|
-
"applicationId": "
|
|
46
|
+
"applicationId": "f3996b163f24655a",
|
|
47
47
|
"openfortProjectId": "pro_0b4a69d6-14ac-4323-a593-4fdbc2fe7632",
|
|
48
48
|
"openfortPublishableKey": "aab42edbcdc683e7",
|
|
49
49
|
"shieldPublishableKey": "a323489c9a8d8da2"
|
|
@@ -128,7 +128,10 @@ if (process.argv[1] !== void 0 && path.basename(process.argv[1]) === "deployment
|
|
|
128
128
|
process.stderr.write(`${error instanceof Error ? error.message : String(error)}\n`);
|
|
129
129
|
process.exitCode = 1;
|
|
130
130
|
}
|
|
131
|
-
|
|
131
|
+
//#endregion
|
|
132
|
+
//#region ../../packages/backend/scripts/publishable-key-minting.ts
|
|
133
|
+
const backendRoot = resolve(fileURLToPath(new URL("..", import.meta.url)));
|
|
134
|
+
resolve(backendRoot, "..", "..");
|
|
132
135
|
const standingStaging = resolveDeploymentTier("staging");
|
|
133
136
|
const CANONICAL_QUICKSTART_DEPLOYMENT = {
|
|
134
137
|
substrate: standingStaging.substrate,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capxul/sandbox",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Capxul sandbox CLI for canonical quickstart keys and testnet faucet funds.",
|
|
6
6
|
"keywords": [
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@types/node": "^22.15.3",
|
|
41
41
|
"tsx": "^4.22.1",
|
|
42
42
|
"typescript": "npm:@typescript/typescript6@6.0.2",
|
|
43
|
-
"vite": "npm:@voidzero-dev/vite-plus-core@0.
|
|
44
|
-
"vite-plus": "0.
|
|
43
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@0.3.0",
|
|
44
|
+
"vite-plus": "0.3.0",
|
|
45
45
|
"@capxul/typescript-config": "0.0.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|