Updated curve connector name

This commit is contained in:
Thrilok Kumar 2020-05-10 01:29:42 +05:30
parent 96c7da1659
commit d0df9bb706

View File

@ -223,5 +223,5 @@ contract CurveProtocol is CurveHelpers {
}
contract ConnectCurve is CurveProtocol {
string public name = "Curve-susd-v1";
string public name = "Curve-susd-v1.1";
}