Skip to content

Commit

Permalink
feat: update aave v3 import address
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyatyagii committed Nov 27, 2023
1 parent 432c178 commit dafd642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/mainnet/connectors/aave/v3-import/helpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dafd642

Please sign in to comment.