Open mattsse opened 2 hours ago
there's an optional extension to the OP engine API:
https://specs.optimism.io/protocol/exec-engine.html#engine_signalsuperchainv1
we currently don't have a way to install this.
so we first need
[engine_signalSuperchainV1](https://specs.optimism.io/protocol/exec-engine.html#engine_signalsuperchainv1)
No response
hi sir, can i do it?
fyi this already exists as client function:
https://github.com/alloy-rs/op-alloy/blob/a0d14dedbd923f5b16609b68471cf79886630e83/crates/provider/src/ext/engine.rs#L306-L309
so the types already exists
Describe the feature
there's an optional extension to the OP engine API:
https://specs.optimism.io/protocol/exec-engine.html#engine_signalsuperchainv1
we currently don't have a way to install this.
so we first need
TODO
[engine_signalSuperchainV1](https://specs.optimism.io/protocol/exec-engine.html#engine_signalsuperchainv1)
this should actually be to the op-alloy repository: https://github.com/alloy-rs/op-alloy/blob/a0d14dedbd923f5b16609b68471cf79886630e83/crates/rpc-jsonrpsee/src/lib.rs#L9-L9Additional context
No response