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 bcd0b2e commit f15e0fcCopy full SHA for f15e0fc
src/content/docs/en/developers/l1-and-l2-bridging/erc1155-token-bridge.mdx
@@ -52,7 +52,7 @@ interface IScrollERC1155 {
52
/// @notice Batch mint some token to recipient's account.
53
/// @dev Gateway Utilities, only gateway contract can call
54
/// @param _to The address of recipient.
55
- /// @param _tokenIds The token id to mint.
+ /// @param _tokenIds The list of token ids to mint.
56
/// @param _amounts The list of corresponding amount of token to mint.
57
/// @param _data The data passed to recipient
58
function batchMint(
0 commit comments