From ea43ab60a1bec356d4901ab2e4055fd75ce08803 Mon Sep 17 00:00:00 2001 From: MickWang <1244134672@qq.com> Date: Wed, 21 Aug 2024 17:01:41 +0800 Subject: [PATCH] hide op --- views/transactions/Deposit.vue | 27 +++++++++++++++++++++++++++ views/transactions/Withdraw.vue | 3 +-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/views/transactions/Deposit.vue b/views/transactions/Deposit.vue index aae05ddf0..b8bdec8f8 100644 --- a/views/transactions/Deposit.vue +++ b/views/transactions/Deposit.vue @@ -263,6 +263,30 @@ + + + + + + + + + + + { + if (selectedNetwork.value.key === "optimism") { + return true; + } if ( !transaction.value || !enoughBalanceToCoverFee.value || diff --git a/views/transactions/Withdraw.vue b/views/transactions/Withdraw.vue index ed208afac..fbe7a223f 100644 --- a/views/transactions/Withdraw.vue +++ b/views/transactions/Withdraw.vue @@ -194,8 +194,7 @@ class="mb-block-padding-1/2 sm:mb-block-gap" >

- You will be able to claim your withdrawal only after a maximum - {{ displayEstimateWithdrawalDelayDays }}-day withdrawal delay. + You can claim your withdrawal after a minimum delay of 8 days. On average, it takes around 8.5 days.