protocol-v2
protocol-v2 copied to clipboard
Support custom quote currencies, atoken and rate strategies implementations
- Allow the usage of any quote currency for the Aave Oracle with a new config field named
OracleQuoteCurrency
. This allows to use USD as quote currency instead of ETH. - Change deployment scripts to support custom quotes
- Allow the deployment scripts to load and deploy custom AToken or RateStrategies.
- Fix tenderly network config at hardhat to support latest plugin.
Just a few things we found regarding the naming mainly:
-
WethGateway
contract name - change USD chainlink price feed name to ETH
- change
totalCollateralETH
andtotalDebtETH
names