difftreelog
Merge pull request #846 from UniqueNetwork/tests/fix_fractionalizer_test
in: master
Fix test: add more tokens
1 file changed
tests/src/eth/fractionalizer/fractionalizer.test.tsdiffbeforeafterboth173 });173 });174174175 itEth('RFT to NFT', async ({helper}) => {175 itEth('RFT to NFT', async ({helper}) => {176 const owner = await helper.eth.createAccountWithBalance(donor, 20n);176 const owner = await helper.eth.createAccountWithBalance(donor, 30n);177177178 const {contract: fractionalizer, rftCollectionAddress} = await initContract(helper, owner);178 const {contract: fractionalizer, rftCollectionAddress} = await initContract(helper, owner);179 const {rftTokenAddress, nftCollectionAddress, nftTokenId} = await mintRFTToken(helper, owner, fractionalizer, 100n);179 const {rftTokenAddress, nftCollectionAddress, nftTokenId} = await mintRFTToken(helper, owner, fractionalizer, 100n);