net: replace reth-primitive imports with alloy-eips (#11027)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Håvard Anda Estensen
2024-09-20 08:23:38 +02:00
committed by GitHub
parent 4ae286e69f
commit 08bdec9efa
15 changed files with 27 additions and 13 deletions

View File

@ -34,6 +34,7 @@ reth-network-peers = { workspace = true, features = ["net"] }
reth-network-types.workspace = true
# ethereum
alloy-eips.workspace = true
alloy-primitives.workspace = true
alloy-rlp.workspace = true
enr = { workspace = true, features = ["serde", "rust-secp256k1"] }