From 070a39ade9f059d69adabd12fc570882748a14f1 Mon Sep 17 00:00:00 2001 From: LHerskind Date: Thu, 24 Oct 2024 17:45:11 +0000 Subject: [PATCH] chore: format --- yarn-project/ethereum/src/deploy_l1_contracts.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/yarn-project/ethereum/src/deploy_l1_contracts.ts b/yarn-project/ethereum/src/deploy_l1_contracts.ts index 4b35ff3adb5..5ccb96643bf 100644 --- a/yarn-project/ethereum/src/deploy_l1_contracts.ts +++ b/yarn-project/ethereum/src/deploy_l1_contracts.ts @@ -43,7 +43,6 @@ import { http, numberToHex, padHex, - zeroAddress, } from 'viem'; import { type HDAccount, type PrivateKeyAccount, mnemonicToAccount, privateKeyToAccount } from 'viem/accounts'; import { foundry } from 'viem/chains';