Remove update notice

This commit is contained in:
Michael Vines 2020-08-05 09:23:01 -07:00 committed by mergify[bot]
parent 5816ed5369
commit bbb8754b59
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ const announcements = new Map<Cluster, Announcement>();
// start: new Date("August 2, 2020 00:00:00 GMT+0:00"),
// end: new Date("August 4, 2020 00:00:00 GMT+0:00"),
// });
announcements.set(Cluster.MainnetBeta, {
message:
"Mainnet Beta upgrade in progress. Transactions disabled until epoch 62",
});
// announcements.set(Cluster.MainnetBeta, {
// message:
// "Mainnet Beta upgrade in progress. Transactions disabled until epoch 62",
// });
export default function Banner() {
const cluster = useCluster().cluster;