difftreelog
add more tokens to accounts
in: master
1 file changed
tests/src/allowLists.test.tsdiffbeforeafterboth383839 before(async () => {39 before(async () => {40 await usingPlaygrounds(async (helper) => {40 await usingPlaygrounds(async (helper) => {41 [alice, bob, charlie] = await helper.arrange.createAccounts([10n, 10n, 10n], donor);41 [alice, bob, charlie] = await helper.arrange.createAccounts([100n, 100n, 100n], donor);42 });42 });43 });43 });4444