mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use execution-types instead of provider where possible (#8971)
This commit is contained in:
@ -17,7 +17,7 @@ reth-evm.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
reth-revm.workspace = true
|
||||
reth-execution-errors.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-execution-types.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
reth-consensus-common.workspace = true
|
||||
|
||||
@ -38,7 +38,7 @@ reth-revm = { workspace = true, features = ["test-utils"] }
|
||||
[features]
|
||||
optimism = [
|
||||
"reth-primitives/optimism",
|
||||
"reth-provider/optimism",
|
||||
"reth-execution-types/optimism",
|
||||
"reth-optimism-consensus/optimism",
|
||||
"reth-revm/optimism",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user