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

difftreelog

chore require refungible pallet

Grigoriy Simonov2022-12-06parent: #c6354cf.patch.diff
in: master

1 file changed

modifiedtests/src/eth/reFungible.test.tsdiffbeforeafterboth
732732
733 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);