mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: Remove duplicate EthereumChainSpecParser in favor of existing EthChainSpecParser (#11412)
Co-authored-by: garwah <garwah@garwah> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -15,8 +15,8 @@ use alloy_rpc_types::state::EvmOverrides;
|
||||
use clap::Parser;
|
||||
use futures_util::StreamExt;
|
||||
use reth::{
|
||||
args::utils::EthereumChainSpecParser,
|
||||
builder::NodeHandle,
|
||||
chainspec::EthereumChainSpecParser,
|
||||
cli::Cli,
|
||||
primitives::BlockNumberOrTag,
|
||||
revm::{
|
||||
|
||||
Reference in New Issue
Block a user