Skip to content

Commit

Permalink
chore(proof): update artifacts version (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor authored Jul 25, 2024
1 parent 44ad964 commit ff61aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proof/src/generate-proof.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default async function generateProof(
// If the Snark artifacts are not defined they will be automatically downloaded.
snarkArtifacts ??= await maybeGetSnarkArtifacts(Project.SEMAPHORE, {
parameters: [merkleTreeDepth],
version: "4.0.0-beta.18"
version: "4.0.0"
})
const { wasm, zkey } = snarkArtifacts

Expand Down

0 comments on commit ff61aae

Please sign in to comment.