Skip to content

Commit ff61aae

Browse files
authored
chore(proof): update artifacts version (#838)
1 parent 44ad964 commit ff61aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/proof/src/generate-proof.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default async function generateProof(
8686
// If the Snark artifacts are not defined they will be automatically downloaded.
8787
snarkArtifacts ??= await maybeGetSnarkArtifacts(Project.SEMAPHORE, {
8888
parameters: [merkleTreeDepth],
89-
version: "4.0.0-beta.18"
89+
version: "4.0.0"
9090
})
9191
const { wasm, zkey } = snarkArtifacts
9292

0 commit comments

Comments
 (0)