feat: EvmEnvConfig trait (#6051)

This commit is contained in:
Dan Cline
2024-01-25 17:40:12 -05:00
committed by GitHub
parent abe3358b36
commit acccf1441e
63 changed files with 1003 additions and 391 deletions

View File

@ -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 = [