Skip to content

Commit fcc452b

Browse files
authored
Merge pull request #12440 from ethereum/history-update
History update into staging
2 parents c2103a8 + e333c5f commit fcc452b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

public/content/history/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Since 2021, upgrades to the **execution layer** are named according to the city
3232
| Berlin | 2015 | 0 | Apr 15, 2021 |
3333
| London | 2016 | I | Aug 5, 2021 |
3434
| Shanghai | 2017 | II | Apr 12, 2023 |
35-
| **_Cancun_** | 2018 | III | Mar 13, 2024 |
35+
| **Cancun** | 2018 | III | Mar 13, 2024 |
3636
| _Prague_ | 2019 | IV | TBD |
3737
| _Osaka_ | 2020 | V | TBD |
3838
| _Bogota_ | 2022 | VI | TBD |
@@ -48,7 +48,7 @@ Since the launch of the [Beacon Chain](/glossary/#beacon-chain), upgrades to the
4848
| [Altair](https://en.wikipedia.org/wiki/Altair) | Oct 27, 2021 |
4949
| [Bellatrix](https://en.wikipedia.org/wiki/Bellatrix) | Sep 6, 2022 |
5050
| [Capella](https://en.wikipedia.org/wiki/Capella) | Apr 12, 2023 |
51-
| [**_Deneb_**](https://en.wikipedia.org/wiki/Deneb) | Mar 13, 2024 |
51+
| [**Deneb**](https://en.wikipedia.org/wiki/Deneb) | Mar 13, 2024 |
5252
| [_Electra_](<https://en.wikipedia.org/wiki/Electra_(star)>) | TBD |
5353

5454
**Combined naming**
@@ -70,7 +70,7 @@ Looking for future protocol upgrades? [Learn about upcoming upgrades on the Ethe
7070

7171
## 2024 {#2024}
7272

73-
### Cancun-Deneb ("Dencun") {#dencun}
73+
### Cancun-Deneb ("Dencun") {#dencun}
7474

7575
<NetworkUpgradeSummary name="dencun" />
7676

src/data/NetworkUpgradeSummaryData.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ import type { NetworkUpgradeData } from "@/lib/types"
22

33
const NetworkUpgradeSummaryData: NetworkUpgradeData = {
44
dencun: {
5-
isPending: true, // Fill in remaining and remove `isPending` once complete
65
dateTimeAsString: "2024-03-13T13:55:35.000Z",
7-
// ethPriceInUSD: 0,
8-
// waybackLink: "https://web.archive.org/web/{timestamp}/https://ethereum.org/en/",
6+
ethPriceInUSD: 3984,
7+
waybackLink:
8+
"https://web.archive.org/web/20240312070259/https://ethereum.org/en/",
9+
blockNumber: 19426587,
910
epochNumber: 269568,
1011
slotNumber: 269568 * 32,
1112
},

0 commit comments

Comments
 (0)