Skip to content

Commit

Permalink
Merge pull request #251 from ethstorage/zkey_p1
Browse files Browse the repository at this point in the history
fix zkey link
  • Loading branch information
syntrust authored Mar 21, 2024
2 parents 3bb7886 + 0a347e1 commit 9fd08fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ echo "zk prover mode is $zkp_mode"
# download zkey if not yet
zkey_name="blob_poseidon2.zkey"
zkey_size=560301223
zkey_url="https://drive.usercontent.google.com/download?id=1G7LmOx7hNE5GHc-M6yOjVB3ZZ4J6xUYO&export=download&confirm=t&uuid=d605a067-612f-41d0-b004-21ee6f0ec858"
zkey_url="https://es-node-zkey.s3.us-west-1.amazonaws.com/blob_poseidon2_testnet1.zkey"
if [ "$zkp_mode" = 1 ]; then
zkey_name="blob_poseidon.zkey"
zkey_size=280151245
Expand Down

0 comments on commit 9fd08fa

Please sign in to comment.