Skip to content

Commit e1ff762

Browse files
committed
feat(account): fund accounts with 10000 eth
1 parent b6c6d03 commit e1ff762

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

mock-contract-deployer/src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ const main = async () => {
143143
address: account.address,
144144
bytecode: "0x",
145145
});
146+
// Fund account with 10000 ETH
147+
await anvilClient.setBalance({
148+
address: account.address,
149+
value: parseEther("10000"),
150+
});
146151
}
147152

148153
// set nonces to match onchain nonces

0 commit comments

Comments
 (0)