primitive-traits: use alloy MIN_PROTOCOL_BASE_FEE constant (#12037)

This commit is contained in:
Thomas Coratger
2024-10-24 14:29:24 +02:00
committed by GitHub
parent 8b317f206f
commit bea6e278df
7 changed files with 10 additions and 40 deletions

View File

@ -1,9 +1,8 @@
//! Transaction pool eviction tests.
use alloy_eips::eip1559::ETHEREUM_BLOCK_GAS_LIMIT;
use alloy_eips::eip1559::{ETHEREUM_BLOCK_GAS_LIMIT, MIN_PROTOCOL_BASE_FEE};
use alloy_primitives::{Address, B256};
use rand::distributions::Uniform;
use reth_primitives::constants::MIN_PROTOCOL_BASE_FEE;
use reth_transaction_pool::{
error::PoolErrorKind,
test_utils::{