mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: impl evm env provider for noop (#13342)
This commit is contained in:
@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user