mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: undo changes at IAToken.sol
This commit is contained in:
parent
d6ede6c87e
commit
f78dce9d2b
|
@ -99,4 +99,9 @@ interface IAToken is IERC20, IScaledBalanceToken, IInitializableAToken {
|
||||||
* @dev Returns the address of the incentives controller contract
|
* @dev Returns the address of the incentives controller contract
|
||||||
**/
|
**/
|
||||||
function getIncentivesController() external view returns (IAaveIncentivesController);
|
function getIncentivesController() external view returns (IAaveIncentivesController);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @dev Returns the address of the underlying asset of this aToken (E.g. WETH for aWETH)
|
||||||
|
**/
|
||||||
|
function UNDERLYING_ASSET_ADDRESS() external view returns (address);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user