Skip to content

Commit ce71719

Browse files
committed
wup
1 parent d1a0815 commit ce71719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wallet.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,9 +2303,9 @@ impl UserOperationBuilder {
23032303
nonce: U256::ZERO,
23042304
init_code: Vec::new(),
23052305
call_data: Vec::new(),
2306-
call_gas_limit: U256::from(100_000),
2307-
verification_gas_limit: U256::from(150_000),
2308-
pre_verification_gas: U256::from(21_000),
2306+
call_gas_limit: U256::from(80_000), // Reduced from 100k
2307+
verification_gas_limit: U256::from(100_000), // Reduced from 150k
2308+
pre_verification_gas: U256::from(50_000), // Increased from 21k for L2
23092309
// Set reasonable gas prices for Base chain
23102310
max_fee_per_gas: U256::from(1_000_000_000), // 1 gwei
23112311
max_priority_fee_per_gas: U256::from(1_000_000_000), // 1 gwei

0 commit comments

Comments
 (0)