From d4e72a7c891bb708ee95858bab7b5966a1013e53 Mon Sep 17 00:00:00 2001 From: Mubaris NK Date: Mon, 12 Apr 2021 20:26:56 +0530 Subject: [PATCH] minor changes --- contracts/common/stores-polygon.sol | 2 +- contracts/receivers/aave-v2-receiver/main.sol | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/contracts/common/stores-polygon.sol b/contracts/common/stores-polygon.sol index c2dab87..2726b47 100644 --- a/contracts/common/stores-polygon.sol +++ b/contracts/common/stores-polygon.sol @@ -18,7 +18,7 @@ abstract contract Stores { /** * @dev Return memory variable address */ - MemoryInterface constant internal instaMemory = MemoryInterface(address(0)); // TODO: memory address on Polygon + MemoryInterface constant internal instaMemory = MemoryInterface(0x6C7256cf7C003dD85683339F75DdE9971f98f2FD); /** * @dev Get Uint value from InstaMemory Contract. diff --git a/contracts/receivers/aave-v2-receiver/main.sol b/contracts/receivers/aave-v2-receiver/main.sol index 18804ce..3a03ed3 100644 --- a/contracts/receivers/aave-v2-receiver/main.sol +++ b/contracts/receivers/aave-v2-receiver/main.sol @@ -43,7 +43,6 @@ contract MigrateResolver is Helpers, Events { } } - // TODO: @mubaris Make this similar to L1 migrator. Have to change ETH by MATIC function deposit(address[] calldata tokens, uint[] calldata amts) external payable { uint _length = tokens.length; require(_length == amts.length, "invalid-length");