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={