Skip to content

Commit

Permalink
Updating ComputeExamples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 3, 2024
1 parent 7270a83 commit 218cc1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ComputeExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ async function createAsset(

const bundleNFT = await nftFactory.createNftWithDatatoken(
nftParamsAsset,
datatokenParams
datatokenParams,
false
)

const trxReceipt = await bundleNFT.wait()
Expand Down

0 comments on commit 218cc1b

Please sign in to comment.