Transfer ERC20
Send ERC20 tokens to another account on Loopring L2
The SDK provides the ability to transfer a supported ERC20 token to another account on Loopring Layer2.
const { exchangeInfo } = await LoopringAPI.exchangeAPI.getExchangeInfo();
const LOOPRING_EXPORTED_ACCOUNT.exchangeAddress = exchangeInfo;
Last updated
Was this helpful?