We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ed079 commit 9bb25e5Copy full SHA for 9bb25e5
src/wallet.rs
@@ -2307,8 +2307,8 @@ impl UserOperationBuilder {
2307
verification_gas_limit: U256::from(150_000),
2308
pre_verification_gas: U256::from(21_000),
2309
// 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
+ max_fee_per_gas: U256::from(1_000_000_000), // 1 gwei
+ max_priority_fee_per_gas: U256::from(1_000_000_000), // 1 gwei
2312
paymaster_and_data: Vec::new(),
2313
chain_id,
2314
}
0 commit comments