Skip to content

Instantly share code, notes, and snippets.

@katat
Last active November 18, 2019 02:39
Show Gist options
  • Save katat/e2e85e4eaef86e70046197db9bd84bfd to your computer and use it in GitHub Desktop.
Save katat/e2e85e4eaef86e70046197db9bd84bfd to your computer and use it in GitHub Desktop.
//approve the deposit amount for the ClientFund contract
await wallet.approveTokenDeposit(depositAmount, tokenInfo.symbol);
//deposit to the ClientFund contract
await wallet.completeTokenDeposit(depositAmount, tokenInfo.symbol);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment