Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aggregation_mode/cli/src/commands/deposit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use clap::{self, Args};

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

const PAYMENT_AMOUNT: &str = "1"; // ether
const PAYMENT_AMOUNT: &str = "0.0035"; // ether

/// Send 1 ether to the aggregation mode payment service to fund proof submissions
#[derive(Debug, Clone, Args)]
Expand Down
2 changes: 1 addition & 1 deletion aggregation_mode/sdk/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_MAINNET: &str = "0x0";
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_MAINNET_STAGE: &str = "0x0";
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_SEPOLIA: &str = "0x0";
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_HOODI: &str =
"0x7222E0183cE1A96619d0c883e9bfc6b76D4e780e";
"0xe6C9D0cf87cdaA8B2093c4b3830dde7267843F64";
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_DEVNET: &str =
"0x922D6956C99E12DFeB3224DEA977D0939758A1Fe";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"risc0AggregationProgramImageId": "0x8908f01022827e80a5de71908c16ee44f4a467236df20f62e7c994491629d74c"
},
"amounts": {
"amountToPayInWei": 1000000000000000,
"amountToPayInWei": 3500000000000000,
"paymentExpirationTimeSeconds": 2592000,
"subscriptionLimit": 100,
"maxSubscriptionTimeAhead": 7776000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"addresses": {
"alignedProofAggregationService": "0x6B34AAaE780A5EAB4c91AB8F54f2a421E9c2FB59",
"alignedProofAggregationServiceImplementation": "0x82c4F7cFD952851cC0Da84F476b710e3846f3b5d",
"aggregationModePaymentService": "0x7222E0183cE1A96619d0c883e9bfc6b76D4e780e",
"aggregationModePaymentServiceImplementation": "0x964e0c891C1F4583C3EC9366704406a06dFAb401"
"aggregationModePaymentService": "0xe6C9D0cf87cdaA8B2093c4b3830dde7267843F64",
"aggregationModePaymentServiceImplementation": "0xa7eaEeA88ea51a8E0Ce8b14CA3396429EF22429F"
}
}

Loading