Update main.sol

This commit is contained in:
Thrilok kumar 2022-01-31 20:33:09 +05:30 committed by GitHub
parent 7823f8299e
commit 27b7efad96
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";
}