mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Merge pull request #319 from Instadapp/aave-v3-import
Add aave-v3-a import for mainnet
This commit is contained in:
commit
27c60803c9
|
@ -18,13 +18,13 @@ abstract contract Helper is DSMath, Basic {
|
|||
* @dev Aave Lending Pool Provider
|
||||
*/
|
||||
AavePoolProviderInterface internal constant aaveProvider =
|
||||
AavePoolProviderInterface(0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5);
|
||||
AavePoolProviderInterface(0xbaA999AC55EAce41CcAE355c77809e68Bb345170);
|
||||
|
||||
/**
|
||||
* @dev Aave Protocol Data Provider
|
||||
*/
|
||||
AaveDataProviderInterface internal constant aaveData =
|
||||
AaveDataProviderInterface(0x057835Ad21a177dbdd3090bB1CAE03EaCF78Fc6d);
|
||||
AaveDataProviderInterface(0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3);
|
||||
|
||||
function getIsColl(address token, address user)
|
||||
internal
|
||||
|
|
Loading…
Reference in New Issue
Block a user