chore: reth payload without reth rpc types (#11097)

This commit is contained in:
greged93
2024-09-21 22:20:42 +02:00
committed by GitHub
parent 4c92075de2
commit b4ad28dfb4
9 changed files with 22 additions and 18 deletions

View File

@ -14,13 +14,13 @@ workspace = true
[dependencies]
# reth
reth-primitives.workspace = true
reth-rpc-types.workspace = true
reth-provider.workspace = true
reth-payload-primitives.workspace = true
reth-ethereum-engine-primitives.workspace = true
reth-chain-state = { workspace = true, optional = true }
# alloy
alloy-rpc-types = { workspace = true, features = ["engine"] }
alloy-primitives.workspace = true
# async