refactor(ethereum, primitives, evm): use Alloy EIP-4788 constants (#8208)

This commit is contained in:
Alexey Shekhirin
2024-05-12 15:43:15 +03:00
committed by GitHub
parent d9f9504dbd
commit 3efab64218
8 changed files with 86 additions and 94 deletions

View File

@ -24,4 +24,6 @@ revm-primitives.workspace = true
tracing.workspace = true
[dev-dependencies]
reth-revm = { workspace = true, features = ["test-utils"] }
reth-revm = { workspace = true, features = ["test-utils"] }
alloy-eips.workspace = true