mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add OpExecutionStrategy (#11761)
This commit is contained in:
@ -20,6 +20,7 @@ reth-revm.workspace = true
|
||||
reth-execution-errors.workspace = true
|
||||
reth-execution-types.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
reth-consensus.workspace = true
|
||||
|
||||
# ethereum
|
||||
alloy-primitives.workspace = true
|
||||
@ -41,6 +42,7 @@ tracing.workspace = true
|
||||
[dev-dependencies]
|
||||
alloy-eips.workspace = true
|
||||
|
||||
reth-evm = { workspace = true, features = ["test-utils"] }
|
||||
reth-revm = { workspace = true, features = ["test-utils"] }
|
||||
reth-primitives = { workspace = true, features = ["test-utils"] }
|
||||
reth-optimism-chainspec.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user