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:
parent
f13850a0a8
commit
623238882e
@ -49,14 +49,14 @@ describe('SideStaking unit test', () => {
|
|||||||
templateIndex: 1,
|
templateIndex: 1,
|
||||||
tokenURI: 'https://oceanprotocol.com/nft/',
|
tokenURI: 'https://oceanprotocol.com/nft/',
|
||||||
transferable: true,
|
transferable: true,
|
||||||
owner: factoryOwner
|
owner: null
|
||||||
}
|
}
|
||||||
|
|
||||||
const ercParams: Erc20CreateParams = {
|
const ercParams: Erc20CreateParams = {
|
||||||
templateIndex: 1,
|
templateIndex: 1,
|
||||||
minter: factoryOwner,
|
minter: null,
|
||||||
paymentCollector: user2,
|
paymentCollector: null,
|
||||||
mpFeeAddress: factoryOwner,
|
mpFeeAddress: null,
|
||||||
feeToken: ZERO_ADDRESS,
|
feeToken: ZERO_ADDRESS,
|
||||||
cap: '1000000',
|
cap: '1000000',
|
||||||
feeAmount: '0',
|
feeAmount: '0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user