Update contracts/polygon/connectors/aave/automation-v3/main.sol

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
0xPradyuman 2022-07-23 13:29:16 +05:30 committed by GitHub
parent 1b26dc0327
commit fb523149c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,6 @@ abstract contract Resolver is Events {
}
}
contract ConnectV2InstaAaveAutomation is Resolver {
string public constant name = "Insta-Aave-Automation-v1";
contract ConnectV2InstaAaveV3Automation is Resolver {
string public constant name = "Insta-Aave-V3-Automation-v1";
}