We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf9db8 commit e0cee6eCopy full SHA for e0cee6e
1 file changed
aggregation_mode/cli/src/commands/deposit.rs
@@ -8,7 +8,7 @@ use clap::{self, Args};
8
9
use crate::commands::helpers::{parse_network, PrivateKeyType};
10
11
-const PAYMENT_AMOUNT: &str = "1"; // ether
+const PAYMENT_AMOUNT: &str = "0.0035"; // ether
12
13
/// Send 1 ether to the aggregation mode payment service to fund proof submissions
14
#[derive(Debug, Clone, Args)]
0 commit comments