This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Description
Both the Hera-exex and the standalone CL will require a spec-compliant RPC module.
From the OP Stack specs and the canonical op-node impl, here are all the RPC methods supported:
There is also an optional Superchain protocol version endpoint to send events to the L2 execution client
regarding upcoming hard-forks.
The RPC implementation should make use of the Reth RPC crates and types wherever possible to promote good maintainability.