From f068eff5e86ec97e17fc8e703d7203c12fb7f733 Mon Sep 17 00:00:00 2001 From: aureliusbtc <82057759+aureliusbtc@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:50:47 +0000 Subject: [PATCH] adjust timings --- .../Maintenance/Events/EcotoneForkUpgrade.tsx | 12 ++++++------ .../components/Maintenance/Events/MetisUpgrade.tsx | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/synapse-interface/components/Maintenance/Events/EcotoneForkUpgrade.tsx b/packages/synapse-interface/components/Maintenance/Events/EcotoneForkUpgrade.tsx index 9a3e3d5097..c2dd3dd355 100644 --- a/packages/synapse-interface/components/Maintenance/Events/EcotoneForkUpgrade.tsx +++ b/packages/synapse-interface/components/Maintenance/Events/EcotoneForkUpgrade.tsx @@ -9,16 +9,16 @@ import { import { useIntervalTimer } from '@/utils/hooks/useIntervalTimer' /** - * Start: 10 min prior to Ecotone Fork Upgrade Time @ (March 14, 00:00 UTC) - * End: 10 min after start of Ecotone Fork Upgrade Time + * Start: 25 min prior to Ecotone Fork Upgrade Time @ (March 14, 00:00 UTC) + * End: 25 min after start of Ecotone Fork Upgrade Time */ export const ECOTONE_FORK_BANNERS_START = new Date( Date.UTC(2024, 2, 13, 23, 20, 0) ) export const ECOTONE_FORK_START_DATE = new Date( - Date.UTC(2024, 2, 13, 23, 50, 0) + Date.UTC(2024, 2, 13, 23, 35, 0) ) -export const ECOTONE_FORK_END_DATE = new Date(Date.UTC(2024, 2, 14, 0, 10, 0)) +export const ECOTONE_FORK_END_DATE = new Date(Date.UTC(2024, 2, 14, 0, 25, 0)) export const EcotoneForkUpgradeBanner = () => { const { isComplete } = getCountdownTimeStatus( @@ -34,8 +34,8 @@ export const EcotoneForkUpgradeBanner = () => { bannerContents={
- Optimism + Base Bridging and RFQ will be paused 10 minutes ahead of - Ecotone (March 14, 00:00 UTC, 20:00 EST). + Optimism + Base Bridging will be paused 10 minutes ahead of Ecotone + (March 14, 00:00 UTC, 20:00 EST).
Will be back online shortly following the network upgrade.
diff --git a/packages/synapse-interface/components/Maintenance/Events/MetisUpgrade.tsx b/packages/synapse-interface/components/Maintenance/Events/MetisUpgrade.tsx index 5518b146c4..20272264af 100644 --- a/packages/synapse-interface/components/Maintenance/Events/MetisUpgrade.tsx +++ b/packages/synapse-interface/components/Maintenance/Events/MetisUpgrade.tsx @@ -11,10 +11,10 @@ import { getCountdownTimeStatus } from '../EventCountdownProgressBar' * End: 12 hours after start of Metis Chain Downtime */ export const METIS_DOWNTIME_BANNERS_START = new Date( - Date.UTC(2024, 2, 14, 1, 0, 0) + Date.UTC(2024, 2, 14, 1, 30, 0) ) export const METIS_DOWNTIME_START_DATE = new Date( - Date.UTC(2024, 2, 14, 1, 30, 0) + Date.UTC(2024, 2, 14, 1, 45, 0) ) export const METIS_DOWNTIME_END_DATE = new Date( Date.UTC(2024, 2, 14, 13, 30, 0)