Skip to content

Commit db64524

Browse files
authored
feat(aggregation mode): update hoodi deployment (#2254)
1 parent 89c2499 commit db64524

File tree

7 files changed

+503
-504
lines changed

7 files changed

+503
-504
lines changed

aggregation_mode/cli/src/commands/deposit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use clap::{self, Args};
88

99
use crate::commands::helpers::{parse_network, PrivateKeyType};
1010

11-
const PAYMENT_AMOUNT: &str = "1"; // ether
11+
const PAYMENT_AMOUNT: &str = "0.0035"; // ether
1212

1313
/// Send 1 ether to the aggregation mode payment service to fund proof submissions
1414
#[derive(Debug, Clone, Args)]

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/devnet/proof-aggregator-service.devnet.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"risc0AggregationProgramImageId": "0x8908f01022827e80a5de71908c16ee44f4a467236df20f62e7c994491629d74c"
1111
},
1212
"amounts": {
13-
"amountToPayInWei": 1000000000000000000,
13+
"amountToPayInWei": 3500000000000000,
1414
"paymentExpirationTimeSeconds": 86400,
1515
"subscriptionLimit": 5,
1616
"maxSubscriptionTimeAhead": 7776000

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: 2 additions & 3 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
}
88
}
9-

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

network_params.yaml

Lines changed: 496 additions & 496 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)