difftreelog
fixed deploy marketplace contract
in: master
1 file changed
tests/src/eth/marketplace/marketplaceNew.test.tsdiffbeforeafterboth18 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});222223 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});142142143143 const ksmToken = 11;144 const ksmToken = 11;