chore(op): unify crate name reth-optimism-* (#11223)

This commit is contained in:
nk_ysg
2024-09-28 18:49:17 +08:00
committed by GitHub
parent 50461281e7
commit 375acdfedc
23 changed files with 120 additions and 120 deletions

View File

@ -80,7 +80,7 @@ pub type RethFullAdapter<DB, Types> = FullNodeTypesAdapter<
/// configured components and can interact with the node.
///
/// There are convenience functions for networks that come with a preset of types and components via
/// the [Node] trait, see `reth_node_ethereum::EthereumNode` or `reth_node_optimism::OptimismNode`.
/// the [Node] trait, see `reth_node_ethereum::EthereumNode` or `reth_optimism_node::OptimismNode`.
///
/// The [`NodeBuilder::node`] function configures the node's types and components in one step.
///