-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 |
src/hooks/useMeritIncentives.ts
Outdated
@@ -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 |
There was a problem hiding this comment.
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
General Changes
PR on Avara repo: aave#2413
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.
.env.example
file as well as the pertinant.github/actions/*
files