mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove reth-revm optimism (#8141)
This commit is contained in:
@ -17,26 +17,16 @@ reth-primitives.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-consensus-common.workspace = true
|
||||
reth-evm = { workspace = true, optional = true }
|
||||
reth-trie = { workspace = true, optional = true }
|
||||
|
||||
# revm
|
||||
revm.workspace = true
|
||||
revm-inspectors.workspace = true
|
||||
|
||||
# common
|
||||
tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-evm.workspace = true
|
||||
reth-trie.workspace = true
|
||||
|
||||
[features]
|
||||
test-utils = ["dep:reth-trie", "dep:reth-evm"]
|
||||
optimism = [
|
||||
"revm/optimism",
|
||||
"reth-primitives/optimism",
|
||||
"reth-provider/optimism",
|
||||
"reth-interfaces/optimism",
|
||||
]
|
||||
js-tracer = ["revm-inspectors/js-tracer"]
|
||||
test-utils = ["dep:reth-trie"]
|
||||
|
||||
Reference in New Issue
Block a user