mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Polygon address update
This commit is contained in:
parent
c8ce647aa8
commit
e143cb6ec6
|
@ -10,5 +10,5 @@ abstract contract Helpers is DSMath, Basic {
|
|||
* @dev Aave v3 Incentives
|
||||
*/
|
||||
AaveIncentivesInterface internal constant incentives =
|
||||
AaveIncentivesInterface(0x8164Cc65827dcFe994AB23944CBC90e0aa80bFcb);
|
||||
AaveIncentivesInterface(0x929EC64c34a17401F460460D4B9390518E5B473e);
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user