Skip to content

Commit 908ac09

Browse files
feat: set initial balance for Anvil proxy in tests
1 parent 5dc1899 commit 908ac09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/thirdweb/test/globalSetup.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export default async function globalSetup() {
6262

6363
const shutdownAnvil = await startProxy({
6464
port: 8648,
65+
options: {
66+
balance: 1000000000000000000000000n,
67+
},
6568
});
6669

6770
// TODO re-enable thirdweb RPC for this fork

0 commit comments

Comments
 (0)