feat: update aave v3 import address

This commit is contained in:
Shriya Tyagi 2023-11-27 21:18:09 +05:30
parent 432c1782e0
commit dafd642269

View File

@ -18,13 +18,13 @@ abstract contract Helper is DSMath, Basic {
* @dev Aave Lending Pool Provider * @dev Aave Lending Pool Provider
*/ */
AavePoolProviderInterface internal constant aaveProvider = AavePoolProviderInterface internal constant aaveProvider =
AavePoolProviderInterface(0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5); AavePoolProviderInterface(0xbaA999AC55EAce41CcAE355c77809e68Bb345170);
/** /**
* @dev Aave Protocol Data Provider * @dev Aave Protocol Data Provider
*/ */
AaveDataProviderInterface internal constant aaveData = AaveDataProviderInterface internal constant aaveData =
AaveDataProviderInterface(0x057835Ad21a177dbdd3090bB1CAE03EaCF78Fc6d); AaveDataProviderInterface(0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3);
function getIsColl(address token, address user) function getIsColl(address token, address user)
internal internal