aave / aave-utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utilization & rates don't consider portals

sakulstra opened this issue · comments

commented

Bug Report

https://github.com/aave/aave-v3-core/blob/master/contracts/protocol/pool/DefaultReserveInterestRateStrategy.sol#L220 is currently not considered

Description

In v3 rates are no longer based on locked value, but in v3 they are based on locked & unbacked value.

Expected behavior

Let's rename utiliationRate to borrowUsageRatio & supplyUsageRatio - on the ui let's replace utiliationRate with borrowUsageRatio for now.