Replies: 1 comment
-
Hello @Kentrell-dev dependencies:
- aave/[email protected]
compiler:
solc:
remappings:
- "@aave=aave/[email protected]"
dotenv: .env so then you can use just the regular imports: import {ILendingPoolAddressesProvider} from "@aave/contracts/interfaces/ILendingPoolAddressesProvider.sol";
import {DataTypes} from "@aave/contracts/protocol/libraries/types/DataTypes.sol"; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering why protocol-v2 is left off the path when importing ILendingPoolAddressesProvider and DataTypes? The repositories show the following paths

therefore I tried
and received the following error when compiling 
I then looked at Patrick's code and realized protocol-v2 is not in the import path . I removed it and then it compiled
any insight on why protocol-v2 isn't in the path is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions