Skip to content

Commit 3e03df4

Browse files
authored
Merge pull request #132 from oxbau/patch-1
Update erc721-nft-bridge.mdx
2 parents 1bb5efa + 69c7018 commit 3e03df4

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)