Skip to content

Commit

Permalink
feat: update aave avalanche rewards contract
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyatyagii committed Sep 20, 2024
1 parent f72bc33 commit 95a30d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ abstract contract Helpers is DSMath, Basic {
* @dev Aave v3 Incentives
*/
AaveIncentivesInterface internal constant incentives =
AaveIncentivesInterface(0x01D83Fe6A10D2f2B7AF17034343746188272cAc9);
AaveIncentivesInterface(0x929EC64c34a17401F460460D4B9390518E5B473e);
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ abstract contract IncentivesResolver is Helpers, Events {
}

contract ConnectV3AaveIncentivesAvalanche is IncentivesResolver {
string public constant name = "Aave-V3-Incentives-v1";
string public constant name = "Aave-V3-Incentives-v1.1";
}

0 comments on commit 95a30d1

Please sign in to comment.