Skip to content

Commit

Permalink
chore: bump @zk-kit/artifacts to 1.8.0 (#302)
Browse files Browse the repository at this point in the history
* chore: bump `@zk-kit/artifacts` to `1.8.0`

* docs(poseidon-proof): update README
  • Loading branch information
sripwoud authored Jun 24, 2024
1 parent e1d587e commit c965623
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/poseidon-proof/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Originally developed for integration with [Semaphore V4](https://github.com/sema

The Snark artifacts (`.wasm` and `.zkey` files) can be specified or not in the `generate` function parameters and can possibly be downloaded using the following URLs:

- https://zkkit.cedoor.dev/poseidon-proof/artifacts/${numberOfInputs}/poseidon-proof.wasm
- https://zkkit.cedoor.dev/poseidon-proof/artifacts/${numberOfInputs}/poseidon-proof.zkey
- https://snark-artifacts.pse.dev/poseidon/{version}/poseidon-{numberOfInputs}.wasm
- https://snark-artifacts.pse.dev/poseidon/{version}/poseidon-{numberOfInputs}.zkey

> [!WARNING]
> The Snark artifacts currently used to generate zero-knowledge proofs are the result of an insecure trusted setup, and the library has not yet been audited. Therefore, it is advised not to use it in production.
Expand Down
2 changes: 1 addition & 1 deletion packages/poseidon-proof/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rollup-plugin-cleanup": "^3.2.1"
},
"dependencies": {
"@zk-kit/artifacts": "1.4.1",
"@zk-kit/artifacts": "1.8.0",
"@zk-kit/utils": "1.2.0",
"ethers": "^6.12.0",
"snarkjs": "^0.7.3"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2992,10 +2992,10 @@ __metadata:
languageName: node
linkType: hard

"@zk-kit/artifacts@npm:1.4.1":
version: 1.4.1
resolution: "@zk-kit/artifacts@npm:1.4.1"
checksum: 10/8ffacce0868eafb41679c0908c31f87e8cb75f9b5ab7ca3e55d69ba96765422af24669d230a019f65f4f796124d8cad2f0f80bce1aae02fc376f24c8ed46e4b5
"@zk-kit/artifacts@npm:1.8.0":
version: 1.8.0
resolution: "@zk-kit/artifacts@npm:1.8.0"
checksum: 10/f2eedd395d1662dc77780366edbbfbb9e543a82880dccfdc39dbf412010b65dabce9a64903218e64b9059fe7d9c02214e0f7817250a7ff4342836353d75d02dd
languageName: node
linkType: hard

Expand Down Expand Up @@ -3118,7 +3118,7 @@ __metadata:
"@types/download": "npm:^8.0.5"
"@types/snarkjs": "npm:^0"
"@types/tmp": "npm:^0.2.6"
"@zk-kit/artifacts": "npm:1.4.1"
"@zk-kit/artifacts": "npm:1.8.0"
"@zk-kit/utils": "npm:1.2.0"
ethers: "npm:^6.12.0"
ffjavascript: "npm:^0.3.0"
Expand Down

0 comments on commit c965623

Please sign in to comment.