Skip to content

Commit ad8dfb5

Browse files
committed
chore(contract-deployer): remove redundant comment
1 parent e1ff762 commit ad8dfb5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mock-contract-deployer/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ const main = async () => {
143143
address: account.address,
144144
bytecode: "0x",
145145
});
146-
// Fund account with 10000 ETH
147146
await anvilClient.setBalance({
148147
address: account.address,
149148
value: parseEther("10000"),

0 commit comments

Comments
 (0)