Minor change

This commit is contained in:
Thrilok kumar 2021-08-26 03:00:41 +05:30 committed by GitHub
parent b0744e2797
commit a9897fe372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -342,6 +342,6 @@ abstract contract BCompoundResolver is Events, Helpers {
}
}
contract ConnectV1BCompound is BCompoundResolver {
contract ConnectV2BCompound is BCompoundResolver {
string public name = "B.Compound-v1.0";
}