-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix/implement incentives to remaining components #12
base: main
Are you sure you want to change the base?
Conversation
…e it from the asset name
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
zkSyncIgniteIncentives && zkSyncIgniteIncentives.incentiveAPR | ||
? Number(zkSyncIgniteIncentives?.incentiveAPR) | ||
: 0; | ||
const lmApr = lmIncentivesFiltered?.reduce((a, b) => a + +b.incentiveAPR, 0) ?? 0; |
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.
Well see for the multi-lm
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.
I check different scenarios with multiple LM, LM + Merit, Merit on supply and boorow, checked on mobile view, switch supplied asset, switch borrowed asset the componant work well
General Changes
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.
.env.example
file as well as the pertinant.github/actions/*
files