Changed curve connector name

This commit is contained in:
Thrilok Kumar 2020-06-19 18:48:32 +05:30
parent 237d8d857e
commit 23df17066d

View File

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