Skip to content

Conversation

@foodaka
Copy link
Collaborator

@foodaka foodaka commented Jul 18, 2025

General Changes

  • Improve language around sgho rewards
  • updates merit token for sgho

Developer Notes

Add any notes here that may be helpful for reviewers.


Reviewer Checklist

Please ensure you, as the reviewer(s), have gone through this checklist to ensure that the code changes are ready to ship safely and to help mitigate any downstream issues that may occur.

  • End-to-end tests are passing without any errors
  • Code changes do not significantly increase the application bundle size
  • If there are new 3rd-party packages, they do not introduce potential security threats
  • If there are new environment variables being added, they have been added to the .env.example file as well as the pertinant .github/actions/* files
  • There are no CI changes, or they have been approved by the DevOps and Engineering team(s)

@vercel
Copy link

vercel bot commented Jul 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
interface ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2025 4:41pm

@github-actions
Copy link

@github-actions
Copy link

📦 Next.js Bundle Analysis for aave-ui

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

mgrabina
mgrabina previously approved these changes Jul 18, 2025
Copy link
Contributor

@mgrabina mgrabina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it require to run i18n?

<Typography gutterBottom>
Stake GHO is now Savings GHO. With no risk of slashing and immediate withdraws available,
earn up to {aprFormatted}%.
earn up to {aprFormatted}% APY and claim rewards weekly.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong it's APR not APY

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated, thanks

GHO: [
{
action: MeritAction.ETHEREUM_SGHO,
rewardTokenAddress: AaveV3Ethereum.ASSETS.GHO.UNDERLYING,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must also be changed

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch added in 399852a

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was currently checking the other campaigns and it seems some of the campaign have wrong rewardTokenAddress.
But it seems we don't really use it, so it's not. major issue

GHO: [
{
action: MeritAction.ETHEREUM_SGHO,
rewardTokenAddress: AaveV3Ethereum.ASSETS.GHO.UNDERLYING,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use AaveSafetyModule.STK_GHO (former stkGHO <> current sGHO) instead of AaveV3Ethereum.ASSETS.GHO.UNDERLYING

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah missed that one thanks updated in 399852a

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already fixed in 399852a

@github-actions
Copy link

@github-actions
Copy link

📦 Next.js Bundle Analysis for aave-ui

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link
Contributor

@NandyBa NandyBa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capture d’écran 2025-07-18 à 17 54 50 Can you update name here ? ALso it may be a good idea to remove stacking APR here as sGHO is not expected to receive stacking

@foodaka
Copy link
Collaborator Author

foodaka commented Jul 18, 2025

@NandyBa removed based on your feedback

@NandyBa
Copy link
Contributor

NandyBa commented Jul 18, 2025

@NandyBa removed based on your feedback

Thanks. We still display 0%
Capture d’écran 2025-07-18 à 18 22 47

@github-actions
Copy link

@github-actions
Copy link

📦 Next.js Bundle Analysis for aave-ui

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

color={xsm ? 'text.secondary' : 'text.primary'}
>
<Trans>Deposit APR</Trans>
<Trans>Deposit APR </Trans>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit

@github-actions
Copy link

@github-actions
Copy link

📦 Next.js Bundle Analysis for aave-ui

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@NandyBa
Copy link
Contributor

NandyBa commented Jul 18, 2025

When wallet is not connected it's still display GHO. Maybe change it for sGHO to be consistant with when user is connected

@foodaka foodaka merged commit 2a99224 into main Jul 18, 2025
22 of 24 checks passed
@foodaka foodaka deleted the chore/sgho-text branch July 18, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants