approveMax
approveMax
method can be used to approve max amount on root token.
const erc20RootToken = plasmaClient.erc20(<root token address>, true);
const approveResult = await erc20Token.approveMax();
const txHash = await approveResult.getTransactionHash();
const txReceipt = await approveResult.getReceipt();