Skip to content

Commit 95a30d1

Browse files
committed
feat: update aave avalanche rewards contract
1 parent f72bc33 commit 95a30d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/avalanche/connectors/aave/aave-rewards/v3/helpers.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ abstract contract Helpers is DSMath, Basic {
1010
* @dev Aave v3 Incentives
1111
*/
1212
AaveIncentivesInterface internal constant incentives =
13-
AaveIncentivesInterface(0x01D83Fe6A10D2f2B7AF17034343746188272cAc9);
13+
AaveIncentivesInterface(0x929EC64c34a17401F460460D4B9390518E5B473e);
1414
}

contracts/avalanche/connectors/aave/aave-rewards/v3/main.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ abstract contract IncentivesResolver is Helpers, Events {
7474
}
7575

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

0 commit comments

Comments
 (0)