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:53:47 +02:00
parent 129705ac7f
commit 71d49ec230

View File

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