curve name changed

This commit is contained in:
Samyak Jain 2020-05-06 15:09:43 +10:00
parent 783cccd011
commit be6fbb5897

View File

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