mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
primitives: rm more alloy block reexports (#12308)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
|
||||
|
||||
use alloy_eips::BlockNumberOrTag;
|
||||
use alloy_primitives::Address;
|
||||
use alloy_rpc_types::state::EvmOverrides;
|
||||
use clap::Parser;
|
||||
@@ -18,7 +19,6 @@ use reth::{
|
||||
builder::NodeHandle,
|
||||
chainspec::EthereumChainSpecParser,
|
||||
cli::Cli,
|
||||
primitives::BlockNumberOrTag,
|
||||
revm::{
|
||||
inspector_handle_register,
|
||||
interpreter::{Interpreter, OpCode},
|
||||
|
||||
Reference in New Issue
Block a user