mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Added connector name for Aave Incentives
This commit is contained in:
parent
e85a489b10
commit
da70f87bc2
|
@ -26,3 +26,7 @@ abstract contract IncentivesResolver is Helpers, Events {
|
|||
_eventParam = abi.encode(assets, _amt, stake, getId, setId);
|
||||
}
|
||||
}
|
||||
|
||||
contract ConnectV2AaveIncentives is IncentivesResolver {
|
||||
string public constant name = "Aave-Incentives-v1";
|
||||
}
|
Loading…
Reference in New Issue
Block a user