Skip to content

Commit a0c60c8

Browse files
committed
feat: update mainnet address
1 parent f72bc33 commit a0c60c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/mainnet/connectors/aave/v3/helpers.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract contract Helpers is DSMath, Basic {
1616
* @dev Aave Pool Data Provider
1717
*/
1818
AaveDataProviderInterface internal constant aaveData =
19-
AaveDataProviderInterface(0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3);
19+
AaveDataProviderInterface(0x41393e5e337606dc3821075Af65AeE84D7688CBD);
2020

2121
/**
2222
* @dev Aave Referral Code

contracts/mainnet/connectors/aave/v3/main.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,5 +531,5 @@ abstract contract AaveResolver is Events, Helpers {
531531
}
532532

533533
contract ConnectV2AaveV3 is AaveResolver {
534-
string public constant name = "AaveV3-v1.2";
534+
string public constant name = "AaveV3-v1.3";
535535
}

0 commit comments

Comments
 (0)