diff --git a/src/contracts/facilitators/aave/tokens/interfaces/IAaveIncentivesController.sol b/src/contracts/facilitators/aave/tokens/interfaces/IAaveIncentivesController.sol deleted file mode 100644 index 29283019..00000000 --- a/src/contracts/facilitators/aave/tokens/interfaces/IAaveIncentivesController.sol +++ /dev/null @@ -1,10 +0,0 @@ -// SPDX-License-Identifier: agpl-3.0 -pragma solidity ^0.8.0; - -interface IAaveIncentivesController { - function handleAction( - address user, - uint256 userBalance, - uint256 totalSupply - ) external; -} diff --git a/src/contracts/facilitators/aave/tokens/interfaces/IGhoVariableDebtToken.sol b/src/contracts/facilitators/aave/tokens/interfaces/IGhoVariableDebtToken.sol index 083ce1ec..5107cfad 100644 --- a/src/contracts/facilitators/aave/tokens/interfaces/IGhoVariableDebtToken.sol +++ b/src/contracts/facilitators/aave/tokens/interfaces/IGhoVariableDebtToken.sol @@ -1,5 +1,6 @@ // SPDX-License-Identifier: agpl-3.0 pragma solidity ^0.8.0; + import {IVariableDebtToken} from '@aave/core-v3/contracts/interfaces/IVariableDebtToken.sol'; /**