chore: use alloy-eip2124 code (#13629)

This commit is contained in:
Matthias Seitz
2025-01-03 16:29:36 +01:00
committed by GitHub
parent dbd4f0c4fe
commit 5b050feca4
6 changed files with 35 additions and 900 deletions

View File

@@ -434,6 +434,7 @@ revm-inspectors = "0.14.1"
# eth
alloy-chains = { version = "0.1.32", default-features = false }
alloy-dyn-abi = "0.8.15"
alloy-eip2124 = { version = "0.1.0", default-features = false }
alloy-primitives = { version = "0.8.15", default-features = false, features = [
"map-foldhash",
] }