File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -339,13 +339,13 @@ agg_mode_gateway_send_payment:
339339 --rpc-url http://localhost:8545
340340
341341agg_mode_gateway_send_sp1_proof :
342- @cargo run --manifest-path aggregation_mode/cli/Cargo.toml -- submit sp1 \
342+ @cargo run --manifest-path aggregation_mode/cli/Cargo.toml --release -- submit sp1 \
343343 --proof scripts/test_files/sp1/sp1_fibonacci_5_0_0.proof \
344344 --vk scripts/test_files/sp1/sp1_fibonacci_5_0_0_vk.bin \
345345 --private-key " 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"
346346
347347agg_mode_gateway_send_zisk_proof :
348- @cargo run --manifest-path aggregation_mode/cli/Cargo.toml -- submit zisk \
348+ @cargo run --manifest-path aggregation_mode/cli/Cargo.toml --release -- submit zisk \
349349 --proof scripts/test_files/zisk/sha_hasher/proof/vadcop_final_proof.bin \
350350 --private-key " 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"
351351
You can’t perform that action at this time.
0 commit comments