File tree 2 files changed +11
-5
lines changed
components/Modal/TopupTModal
pages/Staking/AuthorizeStakingApps/AuthorizeApplicationsCardCheckbox
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,15 @@ const TopupTModal: FC<
59
59
your initial stake.
60
60
</ BodyLg >
61
61
< BodyLg >
62
- If you want to put your new topped-up tokens at work, make sure to
63
- increase the authorization to your applications.
62
+ If you want to put newly topped-up tokens to work, make sure to
63
+ individually increase the total authorization to each Threshold
64
+ application (tBTC, Random Beacon & TACo ) .
64
65
< br />
65
- If you increase the Authorization to TACo, the new tokens will be
66
- subject to the same lock-up period as your current stake.
66
+ If you increase the total number of tokens authorized to the TACo
67
+ app, those tokens will automatically be subject to the same unlock
68
+ horizon as your current TACo stake, including the min.
69
+ deauthorization delay (6 months), plus any lock-up extension on
70
+ top of that.
67
71
</ BodyLg >
68
72
</ InfoBox >
69
73
< StakingStats
Original file line number Diff line number Diff line change @@ -269,7 +269,9 @@ export const AuthorizeApplicationsCardCheckboxBase: FC<
269
269
( Number ( endCommitment ) ?? 0 ) * 1000
270
270
) . toLocaleDateString ( )
271
271
if ( isCommited ) {
272
- alert ( `You are still committed until ${ endCommitmentDate } .` )
272
+ alert (
273
+ `Your tokens remain committed until ${ endCommitmentDate } , at which point you may initiate deauthorization.`
274
+ )
273
275
} else {
274
276
onInitiateDeauthorization ( tokenAmount )
275
277
}
You can’t perform that action at this time.
0 commit comments