mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-15 17:35:18 -05:00
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com> Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
6 lines
131 B
Rust
6 lines
131 B
Rust
//! Helpers for working with EIP-1559 base fee
|
|
|
|
// re-export
|
|
#[doc(inline)]
|
|
pub use alloy_eips::eip1559::calc_next_block_base_fee;
|