minor changes

This commit is contained in:
Mubaris NK 2021-04-12 20:26:56 +05:30
parent 10dde58404
commit d4e72a7c89
No known key found for this signature in database
GPG Key ID: 9AC09AD0F8D68561
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

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