Skip to content

Commit 69c7018

Browse files
authored
Update erc721-nft-bridge.mdx
In the L2ERC721Gateway API section, the withdrawERC721 function description, the parameter list, mentions "deposit" instead of "withdraw." So I changed it to 'withdraw'.
1 parent d32c402 commit 69c7018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Update the mapping that connects an NFT contract from L1 to L2.
106106
### withdrawERC721
107107

108108
```solidity
109-
function depositERC721(address _token, address _to, uint256 _tokenId, uint256 _gasLimit) external payable;
109+
function withdrawERC721(address _token, address _to, uint256 _tokenId, uint256 _gasLimit) external payable;
110110
```
111111

112112
Send an ERC721 NFT from L2 to a recipient's account on L1.

0 commit comments

Comments
 (0)