You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The supply APY for the FEI asset on Eth mainnet is not coming through from the API. This could either be an API issue or a UI issue. It's worth investigating which.
Only v2 markets supported (half a year after v3 was released)
Stable rate is almost always wrong (should always be analog to variable rate, but higher).
The issue is probably that stable rate on the subgraph is only updated when someone uses it (didn't check, but assume that's what is happening), so https://github.com/aave/aave-api/blob/master/src/services/RatesHistory.ts#L105 will always get the same value.
Should be rather easy to just calculate the stable rate based on the utilization at that point in time.
Describe the bug
The supply APY for the FEI asset on Eth mainnet is not coming through from the API. This could either be an API issue or a UI issue. It's worth investigating which.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should show accurate percentage rates.
The text was updated successfully, but these errors were encountered: