Skip to content

Commit 096241e

Browse files
committed
fix(docker/frontend): download verifier indexes to assets as well
1 parent c09a538 commit 096241e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/docker/startup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ download_circuit_files() {
2727
CIRCUITS_VERSION="3.0.1devnet"
2828

2929
DEVNET_CIRCUIT_FILES=(
30+
"block_verifier_index.postcard"
31+
"transaction_verifier_index.postcard"
3032
"step-step-proving-key-blockchain-snark-step-0-55f640777b6486a6fd3fdbc3fcffcc60_gates.json"
3133
"step-step-proving-key-blockchain-snark-step-0-55f640777b6486a6fd3fdbc3fcffcc60_internal_vars.bin"
3234
"step-step-proving-key-blockchain-snark-step-0-55f640777b6486a6fd3fdbc3fcffcc60_rows_rev.bin"

0 commit comments

Comments
 (0)