We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ad964 commit ff61aaeCopy full SHA for ff61aae
packages/proof/src/generate-proof.ts
@@ -86,7 +86,7 @@ export default async function generateProof(
86
// If the Snark artifacts are not defined they will be automatically downloaded.
87
snarkArtifacts ??= await maybeGetSnarkArtifacts(Project.SEMAPHORE, {
88
parameters: [merkleTreeDepth],
89
- version: "4.0.0-beta.18"
+ version: "4.0.0"
90
})
91
const { wasm, zkey } = snarkArtifacts
92
0 commit comments