From fbcd13ac29d66bdc818e0c54ffcd606204a4e008 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 13 Apr 2023 23:29:04 +0300 Subject: [PATCH] Make FRE withMint = True (#1719) * Updating CodeExamples.md --- CodeExamples.md | 2 +- test/integration/CodeExamples.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(