From efcf9ff125085da3200e598f9550ddfd12b1455a Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 31 Jul 2020 08:17:08 -0700 Subject: [PATCH] Adjust time window on mainnet-beta upgrade banner --- explorer/src/components/Banner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/src/components/Banner.tsx b/explorer/src/components/Banner.tsx index b1eb079ca..d4cb2f9f9 100644 --- a/explorer/src/components/Banner.tsx +++ b/explorer/src/components/Banner.tsx @@ -22,7 +22,7 @@ const announcements = new Map(); // }); announcements.set(Cluster.MainnetBeta, { message: - "Mainnet Beta upgrade over the weekend of August 1, 2020. " + + "Mainnet Beta upgrade during epoch 61 (approximately August 2-4). " + "TRANSACTIONS DISABLED DURING THE UPGRADE", });