From c018cb1c20a37987d9634865025e07c8e2511563 Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Mon, 16 Sep 2024 15:25:12 +0300 Subject: [PATCH 1/2] Docs: Update README --- src/engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/README.md b/src/engine/README.md index 9c7f6ac2e..fe4411f74 100644 --- a/src/engine/README.md +++ b/src/engine/README.md @@ -3,7 +3,7 @@ The Engine JSON-RPC API is a collection of methods that all execution clients implement. This interface allows the communication between consensus and execution layers of the two-component post-Merge Ethereum Client. -This API is in *active development* and currently specified in markdown documents specified by fork scopes ([Paris](./paris.md), [Shanghai](./shanghai.md), [Cancun](./cancun.md)). +This API is in *active development* and currently specified in markdown documents specified by fork scopes ([Paris](./paris.md), [Prague](./prague.md), [Shanghai](./shanghai.md), [Cancun](./cancun.md)). ## References * [Engine API: A Visual Guide](https://hackmd.io/@danielrachi/engine_api) From 5c99b811653653ce771fb74c8506c1af1ee0effb Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Tue, 17 Sep 2024 07:28:29 +0300 Subject: [PATCH 2/2] Docs: Update README --- src/engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/README.md b/src/engine/README.md index fe4411f74..1b4dc0d16 100644 --- a/src/engine/README.md +++ b/src/engine/README.md @@ -3,7 +3,7 @@ The Engine JSON-RPC API is a collection of methods that all execution clients implement. This interface allows the communication between consensus and execution layers of the two-component post-Merge Ethereum Client. -This API is in *active development* and currently specified in markdown documents specified by fork scopes ([Paris](./paris.md), [Prague](./prague.md), [Shanghai](./shanghai.md), [Cancun](./cancun.md)). +This API is in *active development* and currently specified in markdown documents specified by fork scopes ([Paris](./paris.md), [Shanghai](./shanghai.md), [Cancun](./cancun.md), [Prague](./prague.md)). ## References * [Engine API: A Visual Guide](https://hackmd.io/@danielrachi/engine_api)