dev: add requests to EthBuiltPayload (#12072)

This commit is contained in:
greged93
2024-10-26 08:10:15 +02:00
committed by GitHub
parent fa59bd512e
commit e0ad59834d
9 changed files with 36 additions and 23 deletions

View File

@ -20,6 +20,7 @@ reth-transaction-pool.workspace = true
reth-chain-state.workspace = true
# alloy
alloy-eips.workspace = true
alloy-primitives.workspace = true
alloy-rpc-types = { workspace = true, features = ["engine"] }
op-alloy-rpc-types-engine.workspace = true