Minor change

This commit is contained in:
Thrilok Kumar 2021-09-19 00:36:46 +05:30
parent 10857810ec
commit 6bdd4063ba

View File

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