Skip to content

feat: add points#2883

Merged
grothem merged 2 commits intomainfrom
feat/ethena-ink
Feb 27, 2026
Merged

feat: add points#2883
grothem merged 2 commits intomainfrom
feat/ethena-ink

Conversation

@AGMASO
Copy link
Collaborator

@AGMASO AGMASO commented Feb 26, 2026

General Changes

  • Ethena points to sUSDe on INK

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)

Copilot AI review requested due to automatic review settings February 26, 2026 17:41
@vercel
Copy link

vercel bot commented Feb 26, 2026

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

Project Deployment Actions Updated (UTC)
interface Ready Ready Preview, Comment Feb 27, 2026 3:47pm

Request Review

[AaveV3EthereumLido.ASSETS.sUSDe.A_TOKEN, 5],
[AaveV3Mantle.ASSETS.sUSDe.A_TOKEN, 5],
[AaveV3Mantle.ASSETS.USDe.A_TOKEN, 5],
['0x24C1FaC3447C45137E5f1c2C54Fe9ed3F1EdeA61', 5], // sUSDe INK
Copy link
Contributor

Choose a reason for hiding this comment

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

not available on a new bgd version?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not yet at least...

mgrabina
mgrabina previously approved these changes Feb 26, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds Ethena points incentives (multiplier of 5x) for the sUSDe asset on the INK network (Aave V3 deployment). The change enables users who deposit sUSDe on INK to earn Ethena loyalty points at the same rate as other supported networks.

Changes:

  • Added Ethena points multiplier (5x) for sUSDe on INK network
  • Fixed formatting in package.json (added final newline)

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/hooks/useEthenaIncentives.ts Added hardcoded address entry for sUSDe A_TOKEN on INK with 5x multiplier
package.json Added final newline for consistent formatting

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

@AGMASO AGMASO dismissed stale reviews from JoaquinBattilana and mgrabina via 4204347 February 26, 2026 18:02
Copilot AI review requested due to automatic review settings February 26, 2026 18:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@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

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

src/hooks/useEthenaIncentives.ts:23

  • The ETHENA_DATA_MAP lookup is case-sensitive. Adding a hardcoded INK aToken address increases the risk that rewardedAsset casing (often normalized with toLowerCase() elsewhere in the codebase) won’t match and Ethena points won’t display. Consider normalizing both the stored keys and the lookup input (e.g., store keys lowercased and call .get(rewardedAsset.toLowerCase())), and if possible prefer an address-book constant (e.g. AaveV3InkWhitelabel assets) instead of a raw literal; if it must remain hardcoded, add a short comment explaining why/where it comes from (similar to reservePatches.ts’ “not yet in @bgd-labs/aave-address-book”).

Also, there appears to be a duplicate map entry for AaveV3Ethereum.ASSETS.PT_sUSDE_31JUL2025.A_TOKEN later in this same map—please remove the duplicate to avoid confusion (and prevent accidental value divergence later).

  ['0x24C1FaC3447C45137E5f1c2C54Fe9ed3F1EdeA61', 5], // sUSDe INK

  [AaveV3Ethereum.ASSETS.PT_eUSDE_29MAY2025.A_TOKEN, 2],
  [AaveV3Ethereum.ASSETS.PT_eUSDE_14AUG2025.A_TOKEN, 2],
  [AaveV3Ethereum.ASSETS.PT_USDe_31JUL2025.A_TOKEN, 2],

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

@grothem grothem merged commit 18930d7 into main Feb 27, 2026
14 of 21 checks passed
@grothem grothem deleted the feat/ethena-ink branch February 27, 2026 18:28
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.

5 participants