Skip to content

Commit

Permalink
feat: update avalanche address
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyatyagii committed Oct 8, 2024
1 parent 4d50351 commit c132c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/avalanche/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(0x69FA688f1Dc47d4B5d8029D5a35FB7a548310654); // Avalanche address - PoolDataProvider
AaveDataProviderInterface(0x7F23D86Ee20D869112572136221e173428DD740B); // Avalanche address - PoolDataProvider

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

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

0 comments on commit c132c43

Please sign in to comment.