chore: impl evm env provider for noop (#13342)

This commit is contained in:
Matthias Seitz
2024-12-12 13:20:42 +01:00
committed by GitHub
parent 92fae83c0d
commit 3b08b659aa
4 changed files with 24 additions and 55 deletions

View File

@ -24,6 +24,8 @@ reth-prune-types.workspace = true
reth-revm.workspace = true
reth-storage-errors.workspace = true
reth-storage-api = { workspace = true, optional = true }
revm.workspace = true
revm-primitives.workspace = true
@ -66,6 +68,7 @@ test-utils = [
"reth-primitives/test-utils",
"reth-primitives-traits/test-utils",
"reth-revm/test-utils",
"dep:reth-storage-api",
"revm/test-utils",
"reth-prune-types/test-utils"
]