From 92137ddbd7d56f19abfc56d578bcbf2771ccf012 Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Thu, 21 Dec 2023 07:28:21 -0800 Subject: [PATCH 1/2] Add Testnet times Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> --- EIPS/eip-7569.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EIPS/eip-7569.md b/EIPS/eip-7569.md index a73eb65d2747f1..7b4bce4704158b 100644 --- a/EIPS/eip-7569.md +++ b/EIPS/eip-7569.md @@ -42,9 +42,9 @@ EIPs 1153, 4788, 4844, 5656, 6780 and 7526 require changes to Ethereum's executi | Network Name | Activation Epoch | Activation Timestamp | |------------------|------------------|----------------------| -| Goerli | | | -| Sepolia | | | -| Holešky | | | +| Goerli | `231680` | `1705473120` | +| Sepolia | `132608` | `1706655072` | +| Holešky | `29696 ` | `1707305664` | | Mainnet | | | **Note**: rows in the table above will be filled as activation times are decided by client teams. From 6302b05ad8f8c6f442f050691aac94eb3590adfd Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Thu, 21 Dec 2023 07:31:07 -0800 Subject: [PATCH 2/2] whitespace Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> --- EIPS/eip-7569.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7569.md b/EIPS/eip-7569.md index 7b4bce4704158b..2bee9d904bf3b6 100644 --- a/EIPS/eip-7569.md +++ b/EIPS/eip-7569.md @@ -44,7 +44,7 @@ EIPs 1153, 4788, 4844, 5656, 6780 and 7526 require changes to Ethereum's executi |------------------|------------------|----------------------| | Goerli | `231680` | `1705473120` | | Sepolia | `132608` | `1706655072` | -| Holešky | `29696 ` | `1707305664` | +| Holešky | `29696` | `1707305664` | | Mainnet | | | **Note**: rows in the table above will be filled as activation times are decided by client teams.