We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1673f8e commit 3f507b5Copy full SHA for 3f507b5
src/content/docs/en/technology/bridge/withdraw-gateways.mdx
@@ -59,7 +59,7 @@ The withdrawal of ETH token works as follows.
59
60
The withdraw of ERC20 tokens works as follows.
61
62
-1. To withdraw ERC20 tokens from L1 to L2, users can use `L2GatewayRouter.withdrawERC20` and `L2GatewayRouter.withdrawERC20AndCall` showed below.
+1. To withdraw ERC20 tokens from L2 to L1, users can use `L2GatewayRouter.withdrawERC20` and `L2GatewayRouter.withdrawERC20AndCall` showed below.
63
64
```solidity
65
function withdrawERC20(address _token, uint256 _amount, uint256 _gasLimit) external payable;
0 commit comments