minor fix

This commit is contained in:
pradyuman-verma 2022-04-21 01:29:05 +05:30
parent fa4df5860a
commit 85ea05e6b4
No known key found for this signature in database
GPG Key ID: E36FD6BC8923221F

View File

@ -74,5 +74,5 @@ abstract contract IncentivesResolver is Helpers, Events {
}
contract ConnectV3AaveIncentivesAvalanche is IncentivesResolver {
string public constant name = "Aave-Incentives-v1";
string public constant name = "Aave-V3-Incentives-v1";
}