Update main.sol

This commit is contained in:
Thrilok kumar 2021-11-12 20:31:59 +05:30 committed by GitHub
parent 5389b7e1a2
commit 3e5393cc23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,5 +99,5 @@ abstract contract BenqiResolver is Events, Helpers {
}
contract ConnectV2QiAvalanche is BenqiResolver {
string public constant name = "Benqi-v1";
string public constant name = "QI-v1";
}