From 86be44ff3134086545d42c6c5a8729e6689ad3a9 Mon Sep 17 00:00:00 2001 From: Thrilok kumar Date: Wed, 20 Jan 2021 18:50:29 +0530 Subject: [PATCH] Update aave_v2.sol --- contracts/protocols/aave_v2.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/protocols/aave_v2.sol b/contracts/protocols/aave_v2.sol index 8b1ce98..c480c12 100644 --- a/contracts/protocols/aave_v2.sol +++ b/contracts/protocols/aave_v2.sol @@ -300,5 +300,5 @@ contract Resolver is AaveHelpers { } contract InstaAaveV2Resolver is Resolver { - string public constant name = "AaveV2-Resolver-v1.2"; -} \ No newline at end of file + string public constant name = "AaveV2-Resolver-v1.3"; +}