chore: change BlockAndProofV1 to use alloy_eips instead (#10969)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
krane
2024-09-18 19:25:18 +04:00
committed by GitHub
parent d76fd148d5
commit 74e58d8c82
15 changed files with 22 additions and 38 deletions

View File

@ -18,15 +18,15 @@ reth-chainspec.workspace = true
reth-eth-wire-types.workspace = true
reth-primitives = { workspace = true, features = ["c-kzg", "secp256k1"] }
reth-execution-types.workspace = true
reth-rpc-types.workspace = true
reth-fs-util.workspace = true
reth-storage-api.workspace = true
reth-tasks.workspace = true
revm.workspace = true
# ethereum
alloy-rlp.workspace = true
alloy-eips.workspace = true
alloy-primitives.workspace = true
alloy-rlp.workspace = true
# async/futures
futures-util.workspace = true