From b1a3884dfeb6be1017a84c298bd2235d86ac5399 Mon Sep 17 00:00:00 2001 From: maximopalopoli Date: Mon, 5 Jan 2026 11:42:42 -0300 Subject: [PATCH] fix(agg-mode): restore the send sp1 proof Makefile target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index a3457d17f..53f2aa071 100644 --- a/Makefile +++ b/Makefile @@ -335,6 +335,11 @@ agg_mode_gateway_send_payment: 0x922D6956C99E12DFeB3224DEA977D0939758A1Fe \ --private-key 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d +agg_mode_gateway_send_sp1_proof: + @cargo run --manifest-path aggregation_mode/cli/Cargo.toml -- submit sp1 \ + --proof scripts/test_files/sp1/sp1_fibonacci_5_0_0.proof \ + --vk scripts/test_files/sp1/sp1_fibonacci_5_0_0_vk.bin \ + --private-key "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d" agg_mode_install_cli: ## Install the aggregation mode CLI @cargo install --path aggregation_mode/cli