--- 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); }); });