Skip to content

Commit

Permalink
add optimism flags to optimism/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo committed Jul 29, 2024
1 parent 80a2a0c commit 92048f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 4 additions & 1 deletion crates/optimism/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ default = ["jemalloc"]
jemalloc = ["dep:tikv-jemallocator"]
jemalloc-prof = ["jemalloc", "tikv-jemallocator?/profiling"]


optimism = [
"reth-optimism-cli/optimism",
"reth-node-optimism/optimism",
]
7 changes: 0 additions & 7 deletions crates/optimism/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,8 @@ use reth_node_core::{
version::{LONG_VERSION, SHORT_VERSION},
};
use reth_tracing::FileWorkerGuard;
use std::{ffi::OsString, fmt, sync::Arc};
use tracing::info;

/// Optimism chain specification parser.
pub mod chainspec;
/// Optimism CLI commands.
pub mod commands;
pub use commands::{import::ImportOpCommand, import_receipts::ImportReceiptsOpCommand};

/// The main reth cli interface.
///
/// This is the entrypoint to the executable.
Expand Down

0 comments on commit 92048f9

Please sign in to comment.