Skip to content

Commit

Permalink
fix for OBJKT
Browse files Browse the repository at this point in the history
  • Loading branch information
zamrokk committed Oct 12, 2023
1 parent 0a91d26 commit c8bafc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ const mint = (
["name", name],
["description", description],
["interfaces", (bytes `["TZIP-12"]`)],
["artifactUri", ipfsUrl],
["displayUri", ipfsUrl],
["thumbnailUri", ipfsUrl],
["symbol", symbol],
["decimals", (bytes `0`)]
Expand Down
2 changes: 2 additions & 0 deletions solution/contracts/nft.jsligo
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ const mint = (
["name", name],
["description", description],
["interfaces", (bytes `["TZIP-12"]`)],
["artifactUri", ipfsUrl],
["displayUri", ipfsUrl],
["thumbnailUri", ipfsUrl],
["symbol", symbol],
["decimals", (bytes `0`)]
Expand Down

0 comments on commit c8bafc6

Please sign in to comment.