We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef46d0 commit 51c0b7dCopy full SHA for 51c0b7d
1 file changed
Makefile
@@ -335,6 +335,11 @@ agg_mode_gateway_send_payment:
335
0x922D6956C99E12DFeB3224DEA977D0939758A1Fe \
336
--private-key 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d
337
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"
343
344
agg_mode_install_cli: ## Install the aggregation mode CLI
345
@cargo install --path aggregation_mode/cli
0 commit comments