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

@ -17,11 +17,12 @@ reth-chainspec.workspace = true
reth-errors.workspace = true
reth-primitives.workspace = true
reth-transaction-pool.workspace = true
reth-rpc-types.workspace = true
reth-chain-state.workspace = true
# alloy
alloy-primitives.workspace = true
alloy-rpc-types = { workspace = true, features = ["engine"] }
op-alloy-rpc-types-engine.workspace = true
# async
async-trait.workspace = true