Skip to content

Commit

Permalink
Remove update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored and mergify[bot] committed Aug 5, 2020
1 parent 5816ed5 commit bbb8754
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions explorer/src/components/MessageBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bbb8754

Please sign in to comment.