-
Notifications
You must be signed in to change notification settings - Fork 842
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
Fixed a bug in the zerolend farms and added earlyZERO rewards. #909
Conversation
The zerolend adapter exports pools: Test Suites: 1 passed, 1 total
|
seems apyReward needs to be scaled by / 10? |
Those pools have low liquidity hence the APR is on the higher side. But the pools with 10k$+ show the right APR. |
The zerolend adapter exports pools: Test Suites: 1 passed, 1 total
|
the output for weth apyRewardBorrow: same is true for apyReward |
Ah good catch. Yes, we are going to get that fixed right now. |
The zerolend adapter exports pools: Test Suites: 1 passed, 1 total
|
There you go @slasher125 We have patched it and the values are matching as per the UI. |
There was a bug in the subgraph that we used to calculate rewards so we updated the subgraph url and also earlyZERO rewards showed NaN for the price so we fixed that as well.