mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
parent
2d549f9e06
commit
fbcd13ac29
@ -307,7 +307,7 @@ Again, lets console log the values so that we can check that they have been save
|
|||||||
fixedRate: '1',
|
fixedRate: '1',
|
||||||
marketFee: '0.001',
|
marketFee: '0.001',
|
||||||
allowedConsumer: ZERO_ADDRESS,
|
allowedConsumer: ZERO_ADDRESS,
|
||||||
withMint: false
|
withMint: true
|
||||||
}
|
}
|
||||||
|
|
||||||
const tx = await factory.createNftWithDatatokenWithFixedRate(
|
const tx = await factory.createNftWithDatatokenWithFixedRate(
|
||||||
|
@ -307,7 +307,7 @@ describe('Marketplace flow tests', async () => {
|
|||||||
fixedRate: '1',
|
fixedRate: '1',
|
||||||
marketFee: '0.001',
|
marketFee: '0.001',
|
||||||
allowedConsumer: ZERO_ADDRESS,
|
allowedConsumer: ZERO_ADDRESS,
|
||||||
withMint: false
|
withMint: true
|
||||||
}
|
}
|
||||||
|
|
||||||
const tx = await factory.createNftWithDatatokenWithFixedRate(
|
const tx = await factory.createNftWithDatatokenWithFixedRate(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user