Skip to content

Commit

Permalink
feat: update mainnet address
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyatyagii committed Oct 8, 2024
1 parent f72bc33 commit a0c60c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/mainnet/connectors/aave/v3/helpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract contract Helpers is DSMath, Basic {
* @dev Aave Pool Data Provider
*/
AaveDataProviderInterface internal constant aaveData =
AaveDataProviderInterface(0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3);
AaveDataProviderInterface(0x41393e5e337606dc3821075Af65AeE84D7688CBD);

/**
* @dev Aave Referral Code
Expand Down
2 changes: 1 addition & 1 deletion contracts/mainnet/connectors/aave/v3/main.sol
Original file line number Diff line number Diff line change
Expand Up @@ -531,5 +531,5 @@ abstract contract AaveResolver is Events, Helpers {
}

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

0 comments on commit a0c60c8

Please sign in to comment.