Moving Optimism bin to Optimism Cli (#9439)

Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
Luca Provini
2024-07-29 17:32:50 +02:00
committed by GitHub
parent 8eba1286d8
commit 56b2798090
22 changed files with 157 additions and 134 deletions

View File

@ -36,6 +36,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-genesis.workspace = true
@ -70,4 +74,4 @@ reth-db-common.workspace = true
"reth-primitives/optimism",
"reth-evm-optimism/optimism",
"reth-provider/optimism",
]
]