Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Jan 21, 2025
1 parent 02ba3b8 commit d2706be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-sidecar/src/test_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub(crate) fn default_test_transaction(sender: Address, nonce: Option<u64>) -> T
.with_nonce(nonce.unwrap_or(0))
.with_value(U256::from(100))
.with_gas_limit(21_000)
.with_max_priority_fee_per_gas(3_000_000_000) // 3 gwei
.with_max_priority_fee_per_gas(4_000_000_000) // 4 gwei
.with_max_fee_per_gas(20_000_000_000)
}

Expand Down

0 comments on commit d2706be

Please sign in to comment.