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

initialize accounts with null

This commit is contained in:
Miquel A. Cabot 2022-05-23 15:55:38 +02:00
parent fd0ff1c173
commit 21d6d43ab3

View File

@ -27,14 +27,14 @@ describe('Dispenser flow', () => {
templateIndex: 1,
tokenURI: 'https://oceanprotocol.com/nft/',
transferable: true,
owner: factoryOwner
owner: null
}
const ercParams: Erc20CreateParams = {
templateIndex: 1,
minter: factoryOwner,
paymentCollector: user2,
mpFeeAddress: user1,
minter: null,
paymentCollector: null,
mpFeeAddress: null,
feeToken: ZERO_ADDRESS,
cap: '1000000',
feeAmount: '0',