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.
2 parents e66d6c3 + 5e67db0 commit cec9b76Copy full SHA for cec9b76
src/content/docs/en/developers/l1-and-l2-bridging/eth-and-erc20-token-bridge.mdx
@@ -76,7 +76,7 @@ interface IScrollStandardERC20 {
76
/// @param _amount The amount of token to mint.
77
function mint(address _to, uint256 _amount) external;
78
79
- /// @notice Mint some token from account.
+ /// @notice Burn some token from account.
80
/// @dev Gateway Utilities, only gateway contract can call
81
/// @param _from The address of account to burn token.
82
0 commit comments