minor fix

This commit is contained in:
pradyuman-verma 2022-04-04 00:19:45 +05:30
parent 243326c7b2
commit b833ab1392
No known key found for this signature in database
GPG Key ID: E36FD6BC8923221F

View File

@ -141,3 +141,7 @@ abstract contract Resolver is Helpers {
);
}
}
contract ConnectV2HopPolygon is Resolver {
string public constant name = "Hop-v1.0";
}