diff --git a/HARDFORK-CHECKLIST.md b/HARDFORK-CHECKLIST.md index 80ebfc20c98f..17c639f0d5e4 100644 --- a/HARDFORK-CHECKLIST.md +++ b/HARDFORK-CHECKLIST.md @@ -17,5 +17,5 @@ ### Updates to the engine API - Add new endpoints to the `EngineApi` trait and implement endpoints. -- Update the `ExceuctionPayload` + `ExecutionPayloadSidecar` to `Block` conversion if there are any additional parameters. -- Update version specific validation checks in the `EngineValidator` trait. \ No newline at end of file +- Update the `ExecutionPayload` + `ExecutionPayloadSidecar` to `Block` conversion if there are any additional parameters. +- Update version specific validation checks in the `EngineValidator` trait.