Skip to content

Commit 33121f3

Browse files
committed
feat: update history page for dencun
1 parent 218dad0 commit 33121f3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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)