From 933dc543662794a9930e38421e2db522920d0a75 Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Wed, 14 Dec 2022 19:15:36 +0100 Subject: [PATCH] fix: Remove unneeded file --- .../tokens/interfaces/IAaveIncentivesController.sol | 10 ---------- .../aave/tokens/interfaces/IGhoVariableDebtToken.sol | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 src/contracts/facilitators/aave/tokens/interfaces/IAaveIncentivesController.sol 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'; /**