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..a9f0da7661 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,9 @@ { "addresses": { - "alignedProofAggregationService": "0xEFeD2fd949995BE1a1C7f61AbFC0A33412c37f95", - "alignedProofAggregationServiceImplementation": "0x11F1aB1521074868fC3c2EFf78c2cD228eA58EdC" + "alignedProofAggregationService": "0x6B34AAaE780A5EAB4c91AB8F54f2a421E9c2FB59", + "alignedProofAggregationServiceImplementation": "0x82c4F7cFD952851cC0Da84F476b710e3846f3b5d", + "aggregationModePaymentService": "0x7222E0183cE1A96619d0c883e9bfc6b76D4e780e", + "aggregationModePaymentServiceImplementation": "0x964e0c891C1F4583C3EC9366704406a06dFAb401" } -} \ No newline at end of file +} +