Skip to content

feat: Add eurc Merit campaigns #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

feat: Add eurc Merit campaigns #21

wants to merge 8 commits into from

Conversation

NandyBa
Copy link

@NandyBa NandyBa commented Apr 4, 2025

General Changes

PR on Avara repo: aave#2413

  • This PR add EURC Base Merit campaigns

Developer Notes

PR will be updated to add incentive forum link when it will be posted


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 Apr 4, 2025

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

Name Status Preview Comments Updated (UTC)
aave-interface ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 7, 2025 9:56am

@NandyBa
Copy link
Author

NandyBa commented Apr 4, 2025

Note we plain to currently used only the borrow side but this PR added both borrow and supply side so we can easily switch from one and the other without Aavra review process for front approval. So process will only be Aave Aave forum post + implementation on our side

@@ -50,6 +52,7 @@ export type ExtendedReserveIncentiveResponse = ReserveIncentiveResponse & {
};

const url = 'https://apps.aavechan.com/api/merit/aprs';
// const url = 'http://localhost:3000/api/merit/aprs'; // Uncomment for local testing

Choose a reason for hiding this comment

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

reminder: need to be removed

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.

2 participants