const deposit = () => {
const link = new Link('https://link.ropsten.x.immutable.com');
link.deposit({
  type: ERC721TokenType.ERC721,
  tokenId: '1',
  tokenAddress: '0xa15b310f70f0eae2fab0bd1c50c88eace94bbbd6',
});
}