diff --git a/views/transactions/Deposit.vue b/views/transactions/Deposit.vue index aae05ddf0..e71b0ca11 100644 --- a/views/transactions/Deposit.vue +++ b/views/transactions/Deposit.vue @@ -263,6 +263,29 @@ + + + + + + + + + + + { + 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..6b6f78b1a 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.)