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 10c4cd1 commit 88c0627Copy full SHA for 88c0627
src/tasks/env.rs
@@ -5,7 +5,7 @@ use crate::{
5
};
6
use alloy::{
7
consensus::Header,
8
- eips::{BlockId, eip1559::BaseFeeParams},
+ eips::{eip1559::BaseFeeParams},
9
network::Ethereum,
10
primitives::{B256, U256},
11
providers::{Provider, network::Network},
src/test_utils.rs
@@ -53,7 +53,7 @@ pub fn setup_test_config() -> Result<BuilderConfig> {
53
1740681556, // pecorino start timestamp as sane default
54
0, 1,
55
),
56
- block_query_cutoff_buffer: 2,
+ block_query_cutoff_buffer: 3000,
57
max_host_gas_coefficient: Some(80),
58
constants: SignetSystemConstants::pecorino(),
59
0 commit comments