mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
@ -29,7 +29,7 @@ use reth_interfaces::{
|
||||
use reth_node_core::init::init_genesis;
|
||||
use reth_node_ethereum::EthEvmConfig;
|
||||
use reth_node_events::node::NodeEvent;
|
||||
use reth_primitives::{stage::StageId, ChainSpec, PruneModes, B256, OP_RETH_MAINNET_BELOW_BEDROCK};
|
||||
use reth_primitives::{stage::StageId, ChainSpec, PruneModes, B256};
|
||||
use reth_provider::{HeaderSyncMode, ProviderFactory, StageCheckpointReader};
|
||||
use reth_stages::{
|
||||
prelude::*,
|
||||
@ -75,7 +75,7 @@ pub struct ImportCommand {
|
||||
|
||||
/// Import OP Mainnet chain below Bedrock. Caution! Flag must be set as env var, since the env
|
||||
/// var is read by another process too, in order to make below Bedrock import work.
|
||||
#[arg(long, verbatim_doc_comment, env = OP_RETH_MAINNET_BELOW_BEDROCK)]
|
||||
#[arg(long, verbatim_doc_comment, env = "OP_RETH_MAINNET_BELOW_BEDROCK")]
|
||||
op_mainnet_below_bedrock: bool,
|
||||
|
||||
/// Chunk byte length.
|
||||
|
||||
Reference in New Issue
Block a user