optimism: use op-alloy TxDeposit (#10667)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Thomas Coratger
2024-09-05 08:50:33 -07:00
committed by GitHub
parent c267c1caf7
commit b0fddef46a
11 changed files with 104 additions and 251 deletions

View File

@ -21,6 +21,9 @@ alloy-genesis = { workspace = true, optional = true }
alloy-primitives.workspace = true
alloy-trie = { workspace = true, optional = true }
# optimism
op-alloy-consensus = { workspace = true, optional = true }
# misc
bytes.workspace = true
modular-bitfield = { workspace = true, optional = true }
@ -55,3 +58,4 @@ alloy = [
"dep:alloy-trie",
"dep:serde"
]
optimism = ["alloy", "dep:op-alloy-consensus"]