Skip to content

Commit

Permalink
Merge branch '570-update-the-content-of-the-caution-section-on-the-wi…
Browse files Browse the repository at this point in the history
…thdraw-page-in-the-watcher-app' into 'dev'

Resolve "Update the content of the Caution section on the Withdraw page in the Watcher app"

Closes #570

See merge request ergo/rosen-bridge/ui!481
  • Loading branch information
vorujack committed Mar 1, 2025
2 parents 4691f0b + efe9404 commit 77bd4aa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-ears-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-bridge/watcher-app': patch
---

Update the content of the Caution section on the Withdraw page
19 changes: 15 additions & 4 deletions apps/watcher/app/actions/@text/withdraw/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,21 @@ const WithdrawalText = () => {
Caution
</Typography>
<Typography sx={{ mt: 2 }}>
DO NOT send your WID token to any other addresses. Otherwise, your
watcher won&apos;t work correctly anymore. Transferring the WID token to
a different address will result in moving all your permits to the new
address, along with any associated rewards and collateral.
To secure your assets, send two of your three WID tokens to another
wallet (preferably a cold wallet) as soon as possible after setting up
this Watcher.
<ul>
<li>
<strong>Do not</strong> send all three WIDs—you must keep one here
for your Watcher to function correctly.
</li>
<li>
<strong>Moving all WIDs</strong> transfers your permits, rewards,
and collateral to the new address.
</li>
</ul>
To unlock permits, move one WID back here, unlock, and then immediately
send it back to your secure wallet. This keeps your assets protected.
</Typography>
</ActionText>
);
Expand Down

0 comments on commit 77bd4aa

Please sign in to comment.