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

@ -453,9 +453,10 @@ alloy-transport-ipc = { version = "0.3.1", default-features = false }
alloy-transport-ws = { version = "0.3.1", default-features = false }
# op
op-alloy-rpc-types = "0.2.5"
op-alloy-rpc-types-engine = "0.2"
op-alloy-network = "0.2"
op-alloy-rpc-types = "0.2.8"
op-alloy-rpc-types-engine = "0.2.8"
op-alloy-network = "0.2.8"
op-alloy-consensus = "0.2.8"
# misc
aquamarine = "0.5"