Skip to content

Commit 75c838f

Browse files
committed
change time for dencun from 1am to 1pm
1 parent af37d6a commit 75c838f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/NetworkUpgradeSummaryData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import type { NetworkUpgradeData } from "@/lib/types"
33
const NetworkUpgradeSummaryData: NetworkUpgradeData = {
44
cancun: {
55
isPending: true, // Fill in remaining and remove `isPending` once complete
6-
dateTimeAsString: "2024-03-13T01:55:35.000Z",
6+
dateTimeAsString: "2024-03-13T13:55:35.000Z",
77
// ethPriceInUSD: 0,
88
// waybackLink: "https://web.archive.org/web/{timestamp}/https://ethereum.org/en/",
99
epochNumber: 269568,
1010
slotNumber: 269568 * 32,
1111
},
1212
deneb: {
1313
isPending: true, // Fill in remaining and remove `isPending` once complete
14-
dateTimeAsString: "2024-03-13T01:55:35.000Z",
14+
dateTimeAsString: "2024-03-13T13:55:35.000Z",
1515
// ethPriceInUSD: 0,
1616
// waybackLink: "https://web.archive.org/web/{timestamp}/https://ethereum.org/en/",
1717
epochNumber: 269568,

0 commit comments

Comments
 (0)