Skip to content

Commit e0cee6e

Browse files
committed
update deposit value
1 parent bcf9db8 commit e0cee6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)]

0 commit comments

Comments
 (0)