Skip to content

Commit 9bb25e5

Browse files
committed
wip
1 parent 38ed079 commit 9bb25e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wallet.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,8 +2307,8 @@ impl UserOperationBuilder {
23072307
verification_gas_limit: U256::from(150_000),
23082308
pre_verification_gas: U256::from(21_000),
23092309
// Set reasonable gas prices for Base chain
2310-
max_fee_per_gas: U256::from(50_000_000), // 0.05 gwei
2311-
max_priority_fee_per_gas: U256::from(50_000_000), // 0.05 gwei
2310+
max_fee_per_gas: U256::from(1_000_000_000), // 1 gwei
2311+
max_priority_fee_per_gas: U256::from(1_000_000_000), // 1 gwei
23122312
paymaster_and_data: Vec::new(),
23132313
chain_id,
23142314
}

0 commit comments

Comments
 (0)