Skip to content

Commit

Permalink
chore: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
w84april committed Oct 16, 2024
1 parent 34ccba8 commit e78869b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions packages/yusd/app/components/bootstrapViews/Claim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ function ClaimHeading(): ReactElement {
status={claimStatus}
/>
</b>

<p className={'pt-8 text-neutral-700'}>
{
'If you voted for any LSTs you’d like to see included in yETH, you’re eligble to recieve incentives from the top 5 protocols (even if you didn’t vote for them).'
}
{claimBegin
? 'Anon, you crushed your civic duty on-chain. Now, it’s reward time! Go ahead and claim your perks. Enjoy the spoils!'
: 'Hold your horses anon, you can claim soon.'}
</p>
<p className={'text-neutral-700'}>{' But hold your horses anon, you can claim soon.'}</p>
</div>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ function DepositHeader(): ReactElement {
/>
<div className={'mt-6 flex w-full flex-col items-start gap-4 md:grid-cols-1 md:flex-row md:gap-6'}>
<div className={'w-full text-neutral-700'}>
<p>{'Decide how much ETH you want to lock as st-yUSD.'}</p>
<p>{'Remember this ETH will be locked for 16 weeks, but by holding st-yUSD:'}</p>
<p className={'mt-4 font-black'}>
<p>{'Decide how much stablecoin you want to bootstrap as st-yUSD.'}</p>
<p>
{
'You’ll receive incentives for voting on which STABLEs will be included in yUSD. Ka-ching.'
'Your stable will be locked for xxx weeks, but here’s the bright side: by holding st-yUSD, '
}
{'you’ll earn incentives for voting on which stables make it into yUSD. Lessssgo!'}
</p>
</div>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function IncentiveHeader(): ReactElement {
<div className={'w-full'}>
<p className={'text-neutral-700'}>
{
'Pick which STABLE you are incentivizing for, and which token you’ll be posting the incentive in. Remember, if your token is not included in the final yUSD basket you’ll be refunded the full amount of your incentive.'
'Time to incentive your token. Pick me vibes. And hey, no worries — if you don’t make the final yUSD basket, you get a full refund on your incentive. np.'
}
</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions packages/yusd/app/components/bootstrapViews/Phase2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@ function Phase2(): ReactElement {
<div className={'text-neutral-700'}>
<p>
{
'Depositooooors! Lock ETH in the Bootstrapper contract and recieve st-yETH at a 1:1 rate (nice when the maths is simple eh?)'
'Depositors assemble! Lock stablecoins in the Bootstrapper contract and get st-yUSD at a lovely 1:1 ratio (because simple is beautiful).'
}
</p>
&nbsp;
<p>
{
'This ETH is locked for the 16 week duration of the Bootstrapping period in which time you can vote on LSTs to include in yETH in exchange for bri...incentives.'
'Your stable coins will be locked for xxx weeks, during which you get to vote on which yield bearing stables belong in yUSD. Plus, you get incentives don’t let that governance power go to your head anon.'
}
</p>
&nbsp;
<p>
{
'You’ll get incentives from the LSTs that end up in the yETH basket, whether or not you voted from them. So no need for clever games, vote however you want. Plus you’ll be receiving the yield from the LSTs during the lock up period. Win win. '
'And here’s the kicker—no need for fancy strategies. You’ll earn incentives from all yield bearing stablesthat end up in the yUSD basket, regardless of your votes. On top of that, you’ll be raking in yield during the entire lock-up period. Winning all around.'
}
</p>
</div>
Expand All @@ -142,13 +142,13 @@ function Phase2(): ReactElement {
&nbsp;
<p>
{
'If your LST does not get included in yETH (sad), you’ll be able to claim back the full incentive amount (happy).'
'If your Token does not get included in yUSD (sad), you’ll be able to claim back the full incentive amount (happy).'
}
</p>
&nbsp;
<p>
{
'If your LST is included in yETH, your incentive will be distributed to all st-yETH holders that participated in the voting process, whether they voted for you or not.'
'If your Token is included in yUSD, your incentive will be distributed to all st-yUSD holders that participated in the voting process, whether they voted for you or not.'
}
</p>
</div>
Expand Down

0 comments on commit e78869b

Please sign in to comment.