From a3bdb4bbdb2969ce1a77a1d5cad7eb14a869f814 Mon Sep 17 00:00:00 2001 From: Thrilok kumar Date: Mon, 5 Apr 2021 00:24:05 +0530 Subject: [PATCH] Update contracts/senders/aave-v2-migrator/helpers.sol --- contracts/senders/aave-v2-migrator/helpers.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/senders/aave-v2-migrator/helpers.sol b/contracts/senders/aave-v2-migrator/helpers.sol index 77dfab6..4d313ad 100644 --- a/contracts/senders/aave-v2-migrator/helpers.sol +++ b/contracts/senders/aave-v2-migrator/helpers.sol @@ -16,7 +16,7 @@ abstract contract Helpers is DSMath, Stores { */ uint16 constant internal referralCode = 3228; - address constant internal polygonReceiver = address(2); // Replace this + address constant internal polygonReceiver = address(2); // TODO: Replace this /** * @dev Aave Provider @@ -77,4 +77,4 @@ abstract contract Helpers is DSMath, Stores { } } } -} \ No newline at end of file +}