difftreelog
chore require refungible pallet
in: master
1 file changed
tests/src/eth/reFungible.test.tsdiffbeforeafterboth732732733 before(async function() {733 before(async function() {734 await usingEthPlaygrounds(async (helper, privateKey) => {734 await usingEthPlaygrounds(async (helper, privateKey) => {735 requirePalletsOrSkip(this, helper, [Pallets.ReFungible]);736 735 donor = await privateKey({filename: __filename});737 donor = await privateKey({filename: __filename});736 [minter, alice] = await helper.arrange.createAccounts([100n, 100n], donor);738 [minter, alice] = await helper.arrange.createAccounts([100n, 100n], donor);