Skip to content

Commit 4e2578d

Browse files
committed
Schedule Deneb for Mainnet
As discussed in ethereum/pm#951, schedule Deneb for epoch 269568.
1 parent fe8db03 commit 4e2578d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/mainnet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ CAPELLA_FORK_VERSION: 0x03000000
4949
CAPELLA_FORK_EPOCH: 194048 # April 12, 2023, 10:27:35pm UTC
5050
# Deneb
5151
DENEB_FORK_VERSION: 0x04000000
52-
DENEB_FORK_EPOCH: 18446744073709551615
52+
DENEB_FORK_EPOCH: 269568 # March 13, 2024, 01:55:35pm UTC
5353
# EIP6110
5454
EIP6110_FORK_VERSION: 0x05000000 # temporary stub
5555
EIP6110_FORK_EPOCH: 18446744073709551615

specs/deneb/fork.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Warning: this configuration is not definitive.
2929
| Name | Value |
3030
| - | - |
3131
| `DENEB_FORK_VERSION` | `Version('0x04000000')` |
32-
| `DENEB_FORK_EPOCH` | `Epoch(18446744073709551615)` **TBD** |
32+
| `DENEB_FORK_EPOCH` | `Epoch(269568)` (March 13, 2024, 01:55:35pm UTC) |
3333

3434
## Helper functions
3535

0 commit comments

Comments
 (0)