1
2
3
4
5
//! Helpers for working with EIP-1559 base fee

// re-export
#[doc(inline)]
pub use alloy_eips::eip1559::calc_next_block_base_fee;