1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Make FRE withMint = True (#1719)

* Updating CodeExamples.md
This commit is contained in:
Alex Coseru 2023-04-13 23:29:04 +03:00 committed by GitHub
parent 2d549f9e06
commit fbcd13ac29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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(