mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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