Polygon address update

This commit is contained in:
Shriya Tyagi 2023-05-18 01:46:49 +04:00
parent c8ce647aa8
commit e143cb6ec6
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ abstract contract Helpers is DSMath, Basic {
* @dev Aave v3 Incentives
*/
AaveIncentivesInterface internal constant incentives =
AaveIncentivesInterface(0x8164Cc65827dcFe994AB23944CBC90e0aa80bFcb);
AaveIncentivesInterface(0x929EC64c34a17401F460460D4B9390518E5B473e);
}

View File

@ -73,6 +73,6 @@ abstract contract IncentivesResolver is Helpers, Events {
}
}
contract ConnectV3AaveIncentives is IncentivesResolver {
contract ConnectV3AaveIncentivesPolygon is IncentivesResolver {
string public constant name = "Aave-V3-Incentives-v1";
}