git.delta.rocks / unique-network / refs/commits / 26150073a8da

difftreelog

fixed deploy marketplace contract

stanta2021-11-09parent: #40109f7.patch.diff
in: master

1 file changed

modifiedtests/src/eth/marketplace/marketplaceNew.test.tsdiffbeforeafterboth
18 from: matcherOwner,18 from: matcherOwner,
19 ...GAS_ARGS,19 ...GAS_ARGS,
20 });20 });
21 const matcher = await matcherContract.deploy({data: (matcherJSON.bytecode).toString()}).send({from: matcherOwner});21 const matcher = await matcherContract.deploy({data: (matcherJSON.bytecode).toString(), arguments:[matcherOwner]}).send({from: matcherOwner});
2222
23 const alice = privateKey('//Alice');23 const alice = privateKey('//Alice');
24 const collectionId = await createCollectionExpectSuccess({mode: {type: 'NFT'}});24 const collectionId = await createCollectionExpectSuccess({mode: {type: 'NFT'}});
138 from: matcherOwner,138 from: matcherOwner,
139 ...GAS_ARGS,139 ...GAS_ARGS,
140 });140 });
141 const matcher = await matcherContract.deploy({data: (matcherJSON.bytecode).toString()}).send({from: matcherOwner});141 const matcher = await matcherContract.deploy({data: (matcherJSON.bytecode).toString(), arguments:[escrow]}).send({from: matcherOwner});
142
142143
143 const ksmToken = 11;144 const ksmToken = 11;