Updated aave v2 resolver version

This commit is contained in:
Thrilok kumar 2021-03-29 03:48:29 +05:30 committed by GitHub
parent 4244aa80b5
commit cbd562acc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,5 +303,5 @@ contract Resolver is AaveHelpers {
}
contract InstaAaveV2Resolver is Resolver {
string public constant name = "AaveV2-Resolver-v1.3";
string public constant name = "AaveV2-Resolver-v1.4";
}