--- a/tests/src/eth/fungible.test.ts +++ b/tests/src/eth/fungible.test.ts @@ -57,7 +57,7 @@ before(async function() { await usingEthPlaygrounds(async (helper, privateKey) => { donor = await privateKey({filename: __filename}); - [alice, owner] = await helper.arrange.createAccounts([20n, 20n], donor); + [alice, owner] = await helper.arrange.createAccounts([30n, 20n], donor); }); });