Deposit ERC20
Deposit ERC20 from Ethereum L1 to Loopring L2
This action will require a gas fee for interacting with Ethereum Layer1, please be sure the account used has enough ETH to perform the action. Be aware there is a slight difference in processes to deposit ETH versus ERC20 tokens.
All Deposit Methods: Users should have enough ETH
to pay for the Ethereum Gas fee (Loopring does not charge a fee for Deposit).
Provider will give the Gas Price & Limit. SDK will also have a method to get the gasPrice: const gasPrice = (await LoopringAPI.exchangeAPI.getGasPrice() ).gasPrice;
Depositing ETH
Depositing ERC20 Tokens
Last updated