From 1884a6a009c206a2074d3d7bbb182eac95f57993 Mon Sep 17 00:00:00 2001 From: Rafal Czajkowski Date: Wed, 26 Jul 2023 13:18:38 +0200 Subject: [PATCH] Update the copy on the Redemption page Currently 3 hours is quite optimistic and it often takes around 5 hours (experienced that during UATs several times). Here we update a copy saying that a redemption takes `3-5 hours`. --- src/pages/tBTC/Bridge/Unmint.tsx | 5 +++-- src/pages/tBTC/Bridge/UnmintDetails.tsx | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/tBTC/Bridge/Unmint.tsx b/src/pages/tBTC/Bridge/Unmint.tsx index 8d1b10d77..ef9a3ecbf 100644 --- a/src/pages/tBTC/Bridge/Unmint.tsx +++ b/src/pages/tBTC/Bridge/Unmint.tsx @@ -101,7 +101,8 @@ const UnmintFormPage: PageComponent = ({}) => { subTitle="Unmint your tBTC tokens" /> - Unminting requires one Ethereum transaction and it takes around 3 hours. + Unminting requires one Ethereum transaction and it takes around 3-5 + hours. { Duration - ~ 3 Hours + ~ 3-5 Hours diff --git a/src/pages/tBTC/Bridge/UnmintDetails.tsx b/src/pages/tBTC/Bridge/UnmintDetails.tsx index 4053adfff..a24df0af9 100644 --- a/src/pages/tBTC/Bridge/UnmintDetails.tsx +++ b/src/pages/tBTC/Bridge/UnmintDetails.tsx @@ -167,7 +167,7 @@ export const UnmintDetails: PageComponent = () => { left="50%" transform="translateX(-50%)" > - usual duration - 3 hours + usual duration - 3-5 hours @@ -236,7 +236,7 @@ export const UnmintDetails: PageComponent = () => { > Your redemption request is being processed. This will take - around 5 hours. + around 3-5 hours. )}