Skip to content

Commit

Permalink
upgrade vks for curie
Browse files Browse the repository at this point in the history
  • Loading branch information
amoylan2 committed Jul 4, 2024
1 parent 8297a5d commit 08ae18a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file modified coordinator/internal/logic/verifier/legacy_vk/agg_vk.vkey
Binary file not shown.
Binary file modified coordinator/internal/logic/verifier/legacy_vk/chunk_vk.vkey
Binary file not shown.
11 changes: 11 additions & 0 deletions coordinator/internal/logic/verifier/legacy_vk/upgrade_vks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

work_dir="$(dirname -- "${BASH_SOURCE[0]}")"
work_dir="$(cd -- "$work_dir" && pwd)"
echo $work_dir

rm $work_dir/*.vkey

version=release-v0.11.4
wget https://circuit-release.s3.us-west-2.amazonaws.com/${version}/chunk_vk.vkey
wget https://circuit-release.s3.us-west-2.amazonaws.com/${version}/agg_vk.vkey

0 comments on commit 08ae18a

Please sign in to comment.