diff --git a/README.md b/README.md index aeda0712d9..1e4ceebf54 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ Features are researched and developed in parallel, and then consolidated into se | 1 | **Altair** | `74240` | | | 2 | **Bellatrix**
(["The Merge"](https://ethereum.org/en/upgrades/merge/)) | `144896` | | | 3 | **Capella** | `194048` | | +| 4 | **Deneb** | `269568` | | ### In-development Specifications | Code Name or Topic | Specs | Notes | | - | - | - | -| Deneb (tentative) | | | Sharding (outdated) | | | Custody Game (outdated) | | Dependent on sharding | | Data Availability Sampling (outdated) | | | diff --git a/configs/mainnet.yaml b/configs/mainnet.yaml index d31634958a..317daa1a45 100644 --- a/configs/mainnet.yaml +++ b/configs/mainnet.yaml @@ -49,7 +49,7 @@ CAPELLA_FORK_VERSION: 0x03000000 CAPELLA_FORK_EPOCH: 194048 # April 12, 2023, 10:27:35pm UTC # Deneb DENEB_FORK_VERSION: 0x04000000 -DENEB_FORK_EPOCH: 18446744073709551615 +DENEB_FORK_EPOCH: 269568 # March 13, 2024, 01:55:35pm UTC # EIP6110 EIP6110_FORK_VERSION: 0x05000000 # temporary stub EIP6110_FORK_EPOCH: 18446744073709551615 diff --git a/specs/deneb/fork.md b/specs/deneb/fork.md index 9c314052b1..17af2b15c5 100644 --- a/specs/deneb/fork.md +++ b/specs/deneb/fork.md @@ -29,7 +29,7 @@ Warning: this configuration is not definitive. | Name | Value | | - | - | | `DENEB_FORK_VERSION` | `Version('0x04000000')` | -| `DENEB_FORK_EPOCH` | `Epoch(18446744073709551615)` **TBD** | +| `DENEB_FORK_EPOCH` | `Epoch(269568)` (March 13, 2024, 01:55:35pm UTC) | ## Helper functions