Signed-off-by: pradyuman-verma <pradyumnverma27@gmail.com>
This commit is contained in:
pradyuman-verma 2022-07-30 23:10:44 +05:30
parent 6928ab91c5
commit 0b2a497367
No known key found for this signature in database
GPG Key ID: E36FD6BC8923221F
2 changed files with 2 additions and 2 deletions

View File

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

View File

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