From 66bfedeb84cc13eefeb6e8c07136d5105097dc6f Mon Sep 17 00:00:00 2001 From: rkv Date: Wed, 07 Sep 2022 10:12:23 +0000 Subject: [PATCH] add more tokens to accounts --- --- a/tests/src/allowLists.test.ts +++ b/tests/src/allowLists.test.ts @@ -38,7 +38,7 @@ before(async () => { await usingPlaygrounds(async (helper) => { - [alice, bob, charlie] = await helper.arrange.createAccounts([10n, 10n, 10n], donor); + [alice, bob, charlie] = await helper.arrange.createAccounts([100n, 100n, 100n], donor); }); }); -- gitstuff