mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: remove revm-primitives re-export (#12599)
This commit is contained in:
@ -15,7 +15,10 @@ use reth::{
|
||||
providers::ProviderError,
|
||||
revm::{
|
||||
interpreter::Host,
|
||||
primitives::{Env, TransactTo, TxEnv},
|
||||
primitives::{
|
||||
address, Address, BlockEnv, Bytes, CfgEnvWithHandlerCfg, Env, EnvWithHandlerCfg,
|
||||
TransactTo, TxEnv, U256,
|
||||
},
|
||||
Database, DatabaseCommit, Evm, State,
|
||||
},
|
||||
};
|
||||
@ -26,12 +29,7 @@ use reth_evm::execute::{
|
||||
};
|
||||
use reth_evm_ethereum::EthEvmConfig;
|
||||
use reth_node_ethereum::{node::EthereumAddOns, BasicBlockExecutorProvider, EthereumNode};
|
||||
use reth_primitives::{
|
||||
revm_primitives::{
|
||||
address, Address, BlockEnv, Bytes, CfgEnvWithHandlerCfg, EnvWithHandlerCfg, U256,
|
||||
},
|
||||
BlockWithSenders, Receipt,
|
||||
};
|
||||
use reth_primitives::{BlockWithSenders, Receipt};
|
||||
use std::{fmt::Display, sync::Arc};
|
||||
|
||||
pub const SYSTEM_ADDRESS: Address = address!("fffffffffffffffffffffffffffffffffffffffe");
|
||||
|
||||
Reference in New Issue
Block a user