@capxul/sandbox 1.0.0-alpha.4 → 1.1.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 +3 -3
- package/package.json +1 -1
package/dist/main.mjs
CHANGED
|
@@ -22,9 +22,9 @@ var deployment_topology_default = {
|
|
|
22
22
|
"convexSiteUrl": "https://incredible-possum-990.convex.site",
|
|
23
23
|
"chainId": 84532,
|
|
24
24
|
"expectedFingerprints": {
|
|
25
|
-
"applicationId": "
|
|
26
|
-
"openfortPublishableKey": "
|
|
27
|
-
"shieldPublishableKey": "
|
|
25
|
+
"applicationId": "a4b0c7e61ec45aec",
|
|
26
|
+
"openfortPublishableKey": "aab42edbcdc683e7",
|
|
27
|
+
"shieldPublishableKey": "a323489c9a8d8da2"
|
|
28
28
|
},
|
|
29
29
|
"proofCommand": "APP_ENV=development vp exec bash scripts/capxul-env.sh vp exec node scripts/prove-deployment-bootstrap.mjs"
|
|
30
30
|
},
|