mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
optimism: replace reth-primitive imports (#10800)
This commit is contained in:
committed by
GitHub
parent
1b74f16ec3
commit
0213e8841f
@ -42,12 +42,10 @@ reth-cli-runner.workspace = true
|
||||
reth-node-builder.workspace = true
|
||||
reth-tracing.workspace = true
|
||||
|
||||
|
||||
# eth
|
||||
alloy-primitives.workspace = true
|
||||
alloy-rlp.workspace = true
|
||||
|
||||
|
||||
# misc
|
||||
futures-util.workspace = true
|
||||
clap = { workspace = true, features = ["derive", "env"] }
|
||||
@ -68,10 +66,10 @@ tempfile.workspace = true
|
||||
reth-stages = { workspace = true, features = ["test-utils"] }
|
||||
reth-db-common.workspace = true
|
||||
|
||||
[features]
|
||||
optimism = [
|
||||
[features]
|
||||
optimism = [
|
||||
"reth-primitives/optimism",
|
||||
"reth-evm-optimism/optimism",
|
||||
"reth-provider/optimism",
|
||||
"reth-node-optimism/optimism",
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user