Skip to content

Commit

Permalink
feat: update history page for dencun
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Mar 13, 2024
1 parent 218dad0 commit 33121f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/data/NetworkUpgradeSummaryData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ import type { NetworkUpgradeData } from "@/lib/types"

const NetworkUpgradeSummaryData: NetworkUpgradeData = {
dencun: {
isPending: true, // Fill in remaining and remove `isPending` once complete
dateTimeAsString: "2024-03-13T13:55:35.000Z",
// ethPriceInUSD: 0,
// waybackLink: "https://web.archive.org/web/{timestamp}/https://ethereum.org/en/",
ethPriceInUSD: 3984,
waybackLink:
"https://web.archive.org/web/20240312070259/https://ethereum.org/en/",
blockNumber: 19426587,
epochNumber: 269568,
slotNumber: 269568 * 32,
},
Expand Down

0 comments on commit 33121f3

Please sign in to comment.