Update main.sol

This commit is contained in:
Thrilok kumar 2022-01-26 03:44:49 +05:30 committed by GitHub
parent a2da523c19
commit b01e9b92b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,5 +252,5 @@ abstract contract QuickpswapResolver is Helpers, Events {
}
contract ConnectV2QuickswapPolygon is QuickpswapResolver {
string public constant name = "Quickpswap-v1.1";
string public constant name = "Quickswap-v1";
}