mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
fix: feature propagation (#11888)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
@ -46,4 +46,8 @@ op-alloy-rpc-types-engine = { workspace = true, optional = true }
|
||||
workspace = true
|
||||
|
||||
[features]
|
||||
optimism = ["op-alloy-rpc-types-engine"]
|
||||
optimism = [
|
||||
"op-alloy-rpc-types-engine",
|
||||
"reth-beacon-consensus/optimism",
|
||||
"reth-provider/optimism"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user