Update main.sol

This commit is contained in:
Thrilok kumar 2022-01-31 20:48:19 +05:30 committed by GitHub
parent 8000d03121
commit 7780112357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,5 +251,5 @@ abstract contract UniswapResolver is Helpers, Events {
}
contract ConnectV2UniswapV3Staker is UniswapResolver {
string public constant name = "Uniswap-V3-Staker-v1.1";
string public constant name = "Uniswap-V3-Staker-v1.2";
}