Skip to content

Commit

Permalink
update ui for merge token allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang committed Apr 16, 2024
1 parent 456cdce commit 1f6ff86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/transactions/Withdraw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,13 @@
</template>
<template #underline>
Please be aware that there are currently {{ mergeTokenLockedBalance }} {{ selectedToken?.symbol }}.{{
selectedNetwork.l1Network?.name
selectedNetwork.l1Network?.name.split(' ')[0]
}}
tokens locked in the
<a :href="MergeTokenContractUrl" target="_blacnk" class="underline underline-offset-2"
>token merge contract</a
>
. Therefore, the available withdrawal amount for merged USDC to Linea is {{ mergeTokenLockedBalance }}
. Therefore, the available withdrawal amount for merged USDC to {{ selectedNetwork.l1Network?.name }} is {{ mergeTokenLockedBalance }}
<p class="warnNote">
Note: All LRT points will continue to be calculated after you request a withdrawal. They will appear in the next few days in dashboard due to the data synchronization process.
</p>
Expand Down

0 comments on commit 1f6ff86

Please sign in to comment.