Skip to content

Commit

Permalink
fix: AaveV3 import
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite committed May 19, 2023
1 parent 9ad717e commit ae0d34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AaveV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {IPoolDataProvider} from 'aave-v3-core/contracts/interfaces/IPoolDataProv
import {IDefaultInterestRateStrategy} from 'aave-v3-core/contracts/interfaces/IDefaultInterestRateStrategy.sol';
import {IReserveInterestRateStrategy} from 'aave-v3-core/contracts/interfaces/IReserveInterestRateStrategy.sol';
import {IPoolDataProvider as IAaveProtocolDataProvider} from 'aave-v3-core/contracts/interfaces/IPoolDataProvider.sol';
import {AggregatorInterface} from './common/AggregatorInterface.sol';
import {AggregatorInterface} from 'aave-v3-core/contracts/dependencies/chainlink/AggregatorInterface.sol';

interface IACLManager is BasicIACLManager {
function hasRole(bytes32 role, address account) external view returns (bool);
Expand Down

0 comments on commit ae0d34e

Please sign in to comment.