mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: EvmEnvConfig trait (#6051)
This commit is contained in:
@ -17,6 +17,7 @@ reth-primitives.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-consensus-common.workspace = true
|
||||
reth-node-api.workspace = true
|
||||
|
||||
# revm
|
||||
revm.workspace = true
|
||||
@ -27,6 +28,7 @@ tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-trie.workspace = true
|
||||
reth-node-builder.workspace = true
|
||||
|
||||
[features]
|
||||
optimism = [
|
||||
|
||||
Reference in New Issue
Block a user