From efa5d3b76d3cf7bb670ca13953787964cfa278a9 Mon Sep 17 00:00:00 2001 From: Zach Kolodny Date: Fri, 4 Oct 2024 10:25:56 -0400 Subject: [PATCH] remove whitespace from config --- l1-contracts/hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l1-contracts/hardhat.config.ts b/l1-contracts/hardhat.config.ts index 78208dd89..884dc43d3 100644 --- a/l1-contracts/hardhat.config.ts +++ b/l1-contracts/hardhat.config.ts @@ -5,7 +5,7 @@ import "hardhat-contract-sizer"; import "hardhat-gas-reporter"; import "hardhat-typechain"; import "solidity-coverage"; - + // If no network is specified, use the default config if (!process.env.CHAIN_ETH_NETWORK) { // eslint-disable-next-line @typescript-eslint/no-var-requires