mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat: move next block cfg and env to configureevm (#10962)
This commit is contained in:
@@ -17,7 +17,7 @@ pub use reth_payload_primitives as payload;
|
||||
pub use reth_payload_primitives::*;
|
||||
|
||||
/// Traits and helper types used to abstract over EVM methods and types.
|
||||
pub use reth_evm::{ConfigureEvm, ConfigureEvmEnv};
|
||||
pub use reth_evm::{ConfigureEvm, ConfigureEvmEnv, NextBlockEnvAttributes};
|
||||
|
||||
pub mod node;
|
||||
pub use node::*;
|
||||
|
||||
Reference in New Issue
Block a user