git.delta.rocks / unique-network / refs/commits / ee82c346cde8

difftreelog

test(eth-nesting) remove extra sample comment

Fahrrader2022-06-09parent: #c7b709a.patch.diff
in: master

1 file changed

modifiedtests/src/eth/nesting/nest.test.tsdiffbeforeafterboth
2727
28 itWeb3('NFT: allows an Owner to nest/unnest their token', async ({api, web3}) => {28 itWeb3('NFT: allows an Owner to nest/unnest their token', async ({api, web3}) => {
29 const owner = await createEthAccountWithBalance(api, web3);29 const owner = await createEthAccountWithBalance(api, web3);
30 // const receiver = await createEthAccountWithBalance(api, web3);
31
32 // const helper = evmCollectionHelper(web3, owner);
33 // const collectionName = 'CollectionEVM';
34 // const description = 'Some description';
35 // const tokenPrefix = 'token prefix';
36
37 // const collection = await helper.methods
38 // .create721Collection(collectionName, description, tokenPrefix)
39 // .send();
40
41 const {collectionId, address} = await getCollectionFromSubstrate(api, owner);30 const {collectionId, address} = await getCollectionFromSubstrate(api, owner);
42 const contract = new web3.eth.Contract(nonFungibleAbi as any, address, {from: owner, ...GAS_ARGS});31 const contract = new web3.eth.Contract(nonFungibleAbi as any, address, {from: owner, ...GAS_ARGS});