Skip to content

Commit

Permalink
feat(synapse-interface): unpause optimism (#2508)
Browse files Browse the repository at this point in the history
* Temp indefinitely pause Op

* Resume optimism

---------

Co-authored-by: abtestingalpha <[email protected]>
Co-authored-by: abtestingalpha <[email protected]>
  • Loading branch information
3 people authored Apr 29, 2024
1 parent db2421b commit 4dda636
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const MAINTENANCE_BANNERS_START = new Date(Date.UTC(2024, 3, 15, 0, 0, 0))
/** Countdown Progress Bar, Bridge Warning Message + Bridge Pause start time */
const MAINTENANCE_START_DATE = new Date(Date.UTC(2024, 3, 15, 0, 0, 0))
/** Ends Banner, Countdown Progress Bar, Bridge Warning Message, Bridge Pause */
const MAINTENANCE_END_DATE = new Date(Date.UTC(2025, 3, 16, 20, 20, 0))
const MAINTENANCE_END_DATE = new Date(Date.UTC(2024, 3, 15, 0, 0, 0))


export const MaintenanceBanner = () => {
const { isComplete } = getCountdownTimeStatus(
Expand Down

0 comments on commit 4dda636

Please sign in to comment.