Skip to content

Commit

Permalink
fix set new uris func name
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Aug 1, 2024
1 parent 9a3f5f0 commit 1abef43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tokens/nft-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ SetNewURIsTransaction {
Receiver: <same as sender>
Value: 0
GasLimit: 60000000
Data: "ESDTNFTSetNewURIs" +
Data: "ESDTSetNewURIs" +
"@" + <token identifier in hexadecimal encoding> +
"@" + <NFT nonce in hexadecimal encoding> +
"@" + <list of new uris in hexadecimal encoding>
Expand Down

0 comments on commit 1abef43

Please sign in to comment.