Skip to content

Commit 88c0627

Browse files
committed
fmt
1 parent 10c4cd1 commit 88c0627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tasks/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::{
55
};
66
use alloy::{
77
consensus::Header,
8-
eips::{BlockId, eip1559::BaseFeeParams},
8+
eips::{eip1559::BaseFeeParams},
99
network::Ethereum,
1010
primitives::{B256, U256},
1111
providers::{Provider, network::Network},

src/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub fn setup_test_config() -> Result<BuilderConfig> {
5353
1740681556, // pecorino start timestamp as sane default
5454
0, 1,
5555
),
56-
block_query_cutoff_buffer: 2,
56+
block_query_cutoff_buffer: 3000,
5757
max_host_gas_coefficient: Some(80),
5858
constants: SignetSystemConstants::pecorino(),
5959
};

0 commit comments

Comments
 (0)