From ea970072d8c39d2b4c0ebbd7544e64e8430045a6 Mon Sep 17 00:00:00 2001 From: JuArce <52429267+JuArce@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:32:24 -0300 Subject: [PATCH 1/2] feat(aggregation mode): hoodi deployment --- .../proof-aggregator-service.hoodi.config.json | 15 ++++++++++++--- ...oof_aggregation_service_deployment_output.json | 6 ++++-- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/contracts/script/deploy/config/hoodi/proof-aggregator-service.hoodi.config.json b/contracts/script/deploy/config/hoodi/proof-aggregator-service.hoodi.config.json index 212a895c7f..0d01f5f0c9 100644 --- a/contracts/script/deploy/config/hoodi/proof-aggregator-service.hoodi.config.json +++ b/contracts/script/deploy/config/hoodi/proof-aggregator-service.hoodi.config.json @@ -5,10 +5,19 @@ "alignedAggregatorAddress": "0x7EB3B63A4F3e7810Cc9bbc346749E2491Da4D7Cc" }, "programs_id": { - "sp1AggregationProgramVKHash": "0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b", - "risc0AggregationProgramImageId": "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97" + "sp1AggregationProgramVKHash": "0x00d6e32a34f68ea643362b96615591c94ee0bf99ee871740ab2337966a4f77af", + "risc0AggregationProgramImageId": "0x8908f01022827e80a5de71908c16ee44f4a467236df20f62e7c994491629d74c" + }, + "amounts": { + "amountToPayInWei": 1000000000000000, + "paymentExpirationTimeSeconds": 2592000, + "subscriptionLimit": 100, + "maxSubscriptionTimeAhead": 7776000 }, "permissions": { - "owner": "0xF138043AC49a0cbB1C8fF03433B51861eA0AE927" + "owner": "0x8F2485805f174048855878593D323Bcfcf813149", + "paymentServiceOwner": "0x8F2485805f174048855878593D323Bcfcf813149", + "paymentServiceAdmin": "0x7E55B3c57027B60021B643e176e08b1ce3deAA61", + "recipient": "0xe321E05030a9ffF10a4cbBa4aDF4F38814c7c59B" } } diff --git a/contracts/script/output/hoodi/proof_aggregation_service_deployment_output.json b/contracts/script/output/hoodi/proof_aggregation_service_deployment_output.json index ede09af82e..cf6397ce5e 100644 --- a/contracts/script/output/hoodi/proof_aggregation_service_deployment_output.json +++ b/contracts/script/output/hoodi/proof_aggregation_service_deployment_output.json @@ -1,6 +1,8 @@ { "addresses": { - "alignedProofAggregationService": "0xEFeD2fd949995BE1a1C7f61AbFC0A33412c37f95", - "alignedProofAggregationServiceImplementation": "0x11F1aB1521074868fC3c2EFf78c2cD228eA58EdC" + "alignedProofAggregationService": "0x6B34AAaE780A5EAB4c91AB8F54f2a421E9c2FB59", + "alignedProofAggregationServiceImplementation": "0x82c4F7cFD952851cC0Da84F476b710e3846f3b5d", + "aggregationModePaymentService": "0x7222E0183cE1A96619d0c883e9bfc6b76D4e780e", + "aggregationModePaymentServiceImplementation": "0x964e0c891C1F4583C3EC9366704406a06dFAb401" } } \ No newline at end of file From 3dfa104d5817e4cb9c423167e8f80c29e1ce70e1 Mon Sep 17 00:00:00 2001 From: JuArce <52429267+JuArce@users.noreply.github.com> Date: Mon, 22 Dec 2025 11:36:41 -0300 Subject: [PATCH 2/2] missing new line --- .../hoodi/proof_aggregation_service_deployment_output.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contracts/script/output/hoodi/proof_aggregation_service_deployment_output.json b/contracts/script/output/hoodi/proof_aggregation_service_deployment_output.json index cf6397ce5e..a9f0da7661 100644 --- a/contracts/script/output/hoodi/proof_aggregation_service_deployment_output.json +++ b/contracts/script/output/hoodi/proof_aggregation_service_deployment_output.json @@ -5,4 +5,5 @@ "aggregationModePaymentService": "0x7222E0183cE1A96619d0c883e9bfc6b76D4e780e", "aggregationModePaymentServiceImplementation": "0x964e0c891C1F4583C3EC9366704406a06dFAb401" } -} \ No newline at end of file +} +