diff --git a/CodeExamples.md b/CodeExamples.md index 68b5e455..c5645119 100644 --- a/CodeExamples.md +++ b/CodeExamples.md @@ -307,7 +307,7 @@ Again, lets console log the values so that we can check that they have been save fixedRate: '1', marketFee: '0.001', allowedConsumer: ZERO_ADDRESS, - withMint: false + withMint: true } const tx = await factory.createNftWithDatatokenWithFixedRate( diff --git a/test/integration/CodeExamples.test.ts b/test/integration/CodeExamples.test.ts index 9a8b3a82..01a66321 100644 --- a/test/integration/CodeExamples.test.ts +++ b/test/integration/CodeExamples.test.ts @@ -307,7 +307,7 @@ describe('Marketplace flow tests', async () => { fixedRate: '1', marketFee: '0.001', allowedConsumer: ZERO_ADDRESS, - withMint: false + withMint: true } const tx = await factory.createNftWithDatatokenWithFixedRate(