Closed sendra closed 3 years ago
this was correctly implemented as visible in https://github.com/aave/aave-v3-core/blob/master/contracts/interfaces/IPriceOracleGetter.sol. Please remember to always link the PR on which the change was made to the issue.
Identified by:
Aave team
Scope:
Update the IPriceOracleGetter to add
function BASE_CURRENCY() external view returns (address); function BASE_CURRENCY_UNIT() external view returns (uint256);
For the new UiPoolDataProvider helper contract in aave-v3-periphery repo