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
|
@ -25,4 +25,8 @@ abstract contract IncentivesResolver is Helpers, Events {
|
|||
_eventName = "LogClaimed(address[],uint256,bool,uint256,uint256)";
|
||||
_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