Skip to content

Conversation

AGMASO
Copy link
Collaborator

@AGMASO AGMASO commented Sep 29, 2025

General Changes

  • Refactored useAppDataProvider hook to use aave-sdk instead of direct RPC calls.
  • Markets page now relies on the SDK for reserves and incentives.

Developer Notes

  • For special tokens (e.g. PTs), the SDK pulls a generic image from the family API instead of the correct token. As a fallback, we still use fetchIconSymbolAndName in those cases.
  • Added a mapping layer to adapt SDK incentive structures to the legacy system, avoiding breaking the existing Incentives Cards logic.

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)

Copy link

vercel bot commented Sep 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
interface Ready Ready Preview Comment Oct 10, 2025 0:47am

Copy link

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

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

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
Copy link
Contributor

image image

new different default?

@mgrabina
Copy link
Contributor

image image are we missing a market in the backend?

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.

image image

Something to double check as well is diff variable apy, maybe expected (e.g. apr vs apy) but safer to point in out in backend channel if the value is purely coming from there

@AGMASO
Copy link
Collaborator Author

AGMASO commented Oct 3, 2025

All the nits are done

Copy link

github-actions bot commented Oct 3, 2025

Copy link

github-actions bot commented Oct 3, 2025

📦 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! 🙌

@AGMASO AGMASO requested a review from mgrabina October 6, 2025 09:37
Copy link

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! 🙌

supplyReserves,
borrowReserves,
eModeCategories,
userState: marketUserState,
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this one used?

Copy link
Collaborator Author

@AGMASO AGMASO Oct 10, 2025

Choose a reason for hiding this comment

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

Actually not yet, but I have a feeling I’ll need it for another part of the Aave/interface refactoring. I can delete it for now if you’d like.

Copy link

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! 🙌

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.

3 participants