aave / aave-v3-core

This repository contains the core smart contracts of the Aave V3 protocol.
https://aave.com
Other
876 stars 572 forks source link

Update PriceOracleGetter Interface #155

Closed sendra closed 3 years ago

sendra commented 3 years ago

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

The-3D commented 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.