Skip to content

Commit

Permalink
feat: update base address
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyatyagii committed Oct 8, 2024
1 parent 87122d9 commit 8181b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/base/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(0x2d8A3C5677189723C4cB8873CfC9C8976FDF38Ac);
AaveDataProviderInterface(0xd82a47fdebB5bf5329b09441C3DaB4b5df2153Ad);

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

contract ConnectV2AaveV3Base is AaveResolver {
string public constant name = "AaveV3-v1.0";
string public constant name = "AaveV3-v1.1";
}

0 comments on commit 8181b54

Please sign in to comment.