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");