Skip to content

Commit e40742f

Browse files
committed
chore: use optimized verifier for rollup
1 parent f207ea8 commit e40742f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

noir-projects/noir-protocol-circuits/bootstrap.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ function compile {
130130
SECONDS=0
131131
# Generate solidity verifier for this contract.
132132
# TODO(AD) ensure this passes.
133-
#echo "$vk_bytes" | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path --optimized
134-
echo "$vk_bytes" | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path
133+
echo "$vk_bytes" | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path --optimized
135134
echo_stderr "Root rollup verifier at: $verifier_path (${SECONDS}s)"
136135
# Include the verifier path if we create it.
137136
cache_upload vk-$hash.tar.gz $key_path $verifier_path &> /dev/null

0 commit comments

Comments
 (0)