From 218cc1ba38f20a7a779e4c922ab53032be0e0a3b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 3 Oct 2024 13:05:16 +0000 Subject: [PATCH] Updating ComputeExamples.md --- ComputeExamples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ComputeExamples.md b/ComputeExamples.md index e9f739c69..45f4e82df 100644 --- a/ComputeExamples.md +++ b/ComputeExamples.md @@ -318,7 +318,8 @@ async function createAsset( const bundleNFT = await nftFactory.createNftWithDatatoken( nftParamsAsset, - datatokenParams + datatokenParams, + false ) const trxReceipt = await bundleNFT.wait()