refactor: extract op-reth binary to separate crate (#10641)

Co-authored-by: Loocapro <lucaprovini1989@gmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
Arsenii Kulikov
2024-09-02 18:20:15 +04:00
committed by GitHub
parent 5b97ace992
commit fcab695a93
24 changed files with 249 additions and 260 deletions

View File

@ -28,7 +28,7 @@ use derive_more::{Constructor, Deref, Into};
use reth_chainspec::ChainSpec;
/// OP stack chain spec type.
#[derive(Debug, Deref, Into, Constructor)]
#[derive(Debug, Clone, Deref, Into, Constructor)]
pub struct OpChainSpec {
/// [`ChainSpec`].
pub inner: ChainSpec,