mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
optimism: use op-alloy TxDeposit (#10667)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user