diff --git a/specs/protocol/derivation.md b/specs/protocol/derivation.md index 9dda3af63..8bd4bc375 100644 --- a/specs/protocol/derivation.md +++ b/specs/protocol/derivation.md @@ -750,9 +750,9 @@ To interact with the engine, the [execution engine API][exec-engine] is used, wi - [`engine_newPayloadV3`] — executes an Ecotone execution payload to create a block. - [`engine_newPayloadV4`] - executes an Isthmus execution payload to create a block. -The current version of `op-node` uses the `v4` Engine API RPC methods as well as `engine_newPayloadV3`, due to -`engine_newPayloadV4` only supporting Isthmus execution payloads. Both `engine_forkchoiceUpdatedV3` and -`engine_getPayloadV3` are backwards compatible with Bedrock, Canyon & Delta payloads. +The current version of `op-node` uses the `v4` Engine API RPC methods as well as `engine_newPayloadV3` and +`engine_newPayloadV2`, due to `engine_newPayloadV4` only supporting Isthmus execution payloads. Both `engine_forkchoiceUpdatedV4` and `engine_getPayloadV4` are backwards compatible with Ecotone, Bedrock, +Canyon & Delta payloads. Prior versions of `op-node` used `v3`, `v2` and `v1` methods. diff --git a/specs/protocol/exec-engine.md b/specs/protocol/exec-engine.md index ce1120641..a1d95f537 100644 --- a/specs/protocol/exec-engine.md +++ b/specs/protocol/exec-engine.md @@ -346,7 +346,6 @@ In Ecotone it MUST be set to the parentBeaconBlockRoot from the L1 Origin block when called with `payloadAttributes`. `engine_getPayloadV4` **must only be called with Isthmus payload.** - ### `engine_signalSuperchainV1` Optional extension to the Engine API. Signals superchain information to the Engine: