Skip to content

Commit

Permalink
Updating CodeExamples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 3, 2024
1 parent 4d0775e commit 7270a83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CodeExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ you need to mint oceans to mentioned accounts only if you are using barge to tes
const bundleNFT = await factory.createNftWithDatatokenWithFixedRate(
nftParams,
datatokenParams,
freParams
freParams,
false
)

const trxReceipt = await bundleNFT.wait()
Expand Down Expand Up @@ -606,7 +607,8 @@ Lets check that the download URL was successfully received
const bundleNFT = await factory.createNftWithDatatokenWithDispenser(
nftParams,
datatokenParams,
dispenserParams
dispenserParams,
false
)
const trxReceipt = await bundleNFT.wait()
const nftCreatedEvent = getEventFromTx(trxReceipt, 'NFTCreated')
Expand Down

0 comments on commit 7270a83

Please sign in to comment.