mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
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:
@ -37,6 +37,10 @@ reth-errors.workspace = true
|
||||
reth-config.workspace = true
|
||||
reth-evm-optimism.workspace = true
|
||||
reth-cli.workspace = true
|
||||
reth-cli-runner.workspace = true
|
||||
reth-node-builder.workspace = true
|
||||
reth-tracing.workspace = true
|
||||
|
||||
|
||||
# eth
|
||||
alloy-primitives.workspace = true
|
||||
@ -68,4 +72,4 @@ reth-db-common.workspace = true
|
||||
"reth-primitives/optimism",
|
||||
"reth-evm-optimism/optimism",
|
||||
"reth-provider/optimism",
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user