Skip to content

Commit 51c0b7d

Browse files
fix(aggregation-mode): restore the send sp1 proof Makefile target (#2225)
1 parent 2ef46d0 commit 51c0b7d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@ agg_mode_gateway_send_payment:
335335
0x922D6956C99E12DFeB3224DEA977D0939758A1Fe \
336336
--private-key 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d
337337

338+
agg_mode_gateway_send_sp1_proof:
339+
@cargo run --manifest-path aggregation_mode/cli/Cargo.toml -- submit sp1 \
340+
--proof scripts/test_files/sp1/sp1_fibonacci_5_0_0.proof \
341+
--vk scripts/test_files/sp1/sp1_fibonacci_5_0_0_vk.bin \
342+
--private-key "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"
338343

339344
agg_mode_install_cli: ## Install the aggregation mode CLI
340345
@cargo install --path aggregation_mode/cli

0 commit comments

Comments
 (0)