Skip to content

Commit 6e2ab2c

Browse files
committed
chore: remove USE_LOCAL from normal dev command and update snap manifest
1 parent f87dc5d commit 6e2ab2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rimraf .next && next build",
99
"postbuild": "next-sitemap --config=next-sitemap.config.js",
1010
"build:docker": "pnpm build",
11-
"dev": "USE_LOCAL=true pnpm next dev",
11+
"dev": "pnpm next dev",
1212
"dev:local": "USE_LOCAL=true pnpm next dev",
1313
"docker:build": "docker build . -t blockchain-lab-um/dapp:latest",
1414
"lint": "biome check .",

packages/snap/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"./files/circuits/credentialAtomicQuerySigV2/circuit_final.zkey",
2727
"./files/circuits/credentialAtomicQuerySigV2/verification_key.json"
2828
],
29-
"shasum": "8mRRfR3h7jCmcboIvhZWrUNlkLXp+BYDaFJgfeP0JP8="
29+
"shasum": "i7ux5l5gZvgmnetXEEIwDKmlr4ZB6u4U1DOO6Sw0gdY="
3030
},
3131
"initialPermissions": {
3232
"endowment:ethereum-provider": {},

0 commit comments

Comments
 (0)