Skip to content

Commit 36c8035

Browse files
committed
feat(aggregation mode): update hoodi deployment
1 parent 89c2499 commit 36c8035

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

aggregation_mode/sdk/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_MAINNET: &str = "0x0";
1212
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_MAINNET_STAGE: &str = "0x0";
1313
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_SEPOLIA: &str = "0x0";
1414
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_HOODI: &str =
15-
"0x7222E0183cE1A96619d0c883e9bfc6b76D4e780e";
15+
"0xe6C9D0cf87cdaA8B2093c4b3830dde7267843F64";
1616
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_DEVNET: &str =
1717
"0x922D6956C99E12DFeB3224DEA977D0939758A1Fe";
1818

contracts/script/deploy/config/hoodi/proof-aggregator-service.hoodi.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"risc0AggregationProgramImageId": "0x8908f01022827e80a5de71908c16ee44f4a467236df20f62e7c994491629d74c"
1010
},
1111
"amounts": {
12-
"amountToPayInWei": 1000000000000000,
12+
"amountToPayInWei": 3500000000000000,
1313
"paymentExpirationTimeSeconds": 2592000,
1414
"subscriptionLimit": 100,
1515
"maxSubscriptionTimeAhead": 7776000

contracts/script/output/hoodi/proof_aggregation_service_deployment_output.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"addresses": {
33
"alignedProofAggregationService": "0x6B34AAaE780A5EAB4c91AB8F54f2a421E9c2FB59",
44
"alignedProofAggregationServiceImplementation": "0x82c4F7cFD952851cC0Da84F476b710e3846f3b5d",
5-
"aggregationModePaymentService": "0x7222E0183cE1A96619d0c883e9bfc6b76D4e780e",
6-
"aggregationModePaymentServiceImplementation": "0x964e0c891C1F4583C3EC9366704406a06dFAb401"
5+
"aggregationModePaymentService": "0xe6C9D0cf87cdaA8B2093c4b3830dde7267843F64",
6+
"aggregationModePaymentServiceImplementation": "0xa7eaEeA88ea51a8E0Ce8b14CA3396429EF22429F"
77
}
8-
}
9-
8+
}

0 commit comments

Comments
 (0)