Skip to content

Commit

Permalink
fix: Make addressesProvider of AaveOracle public
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Dec 2, 2021
1 parent be23b11 commit 69b3eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/misc/AaveOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ contract AaveOracle is IPriceOracleGetter {
*/
event FallbackOracleUpdated(address indexed fallbackOracle);

IPoolAddressesProvider internal immutable ADDRESSES_PROVIDER;
IPoolAddressesProvider public immutable ADDRESSES_PROVIDER;
mapping(address => IChainlinkAggregator) private assetsSources;
IPriceOracleGetter private _fallbackOracle;
address public immutable override BASE_CURRENCY;
Expand Down

0 comments on commit 69b3eca

Please sign in to comment.