version update

This commit is contained in:
Thrilok Kumar 2022-01-19 04:39:55 +05:30
parent df8af5281e
commit 48194262ea

View File

@ -61,5 +61,5 @@ abstract contract Resolver is Events, DSMath, Basic, Helpers {
}
contract ConnectV2WETHOptimism is Resolver {
string constant public name = "WETH-v1.0";
string constant public name = "WETH-v1.1";
}