Skip to content

Commit

Permalink
text change
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Aug 16, 2024
1 parent 41069e6 commit 402a529
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/app/components/Modals/PreviewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,12 @@ export const PreviewModal: React.FC<PreviewModalProps> = ({
<h4 className="text-center text-base">Attention!</h4>
<p className="dark:text-neutral-content">
1. Your stake may &quot;overflow&quot; the staking TVL cap and need to
be unbonded and withdrawn, which will cost you a transaction fee of{" "}
<strong>{`${maxDecimals(satoshiToBtc(unbondingFeeSat), 8)} ${coinName}`}</strong>{" "}
that will go to the BTC miners. So please stake wisely.
be unbonded and withdrawn, which will cost you {coinName} transaction
fees. So please stake wisely. Unbonding will cost you a static
transaction fee of{" "}
<strong>{`${maxDecimals(satoshiToBtc(unbondingFeeSat), 8)} ${coinName}`}</strong>
, while the withdrawal fee depends on network conditions. All fees go
to the {coinName} miners.
</p>
<p className="dark:text-neutral-content">
2. No third party possesses your staked {coinName}. You are the only
Expand Down

0 comments on commit 402a529

Please sign in to comment.