From 469d298fb831619616ffc763f8b8838efc9a5a4f Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Wed, 29 Mar 2023 12:29:47 +0530 Subject: [PATCH] fix: lint --- hardhat.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 49cd3db..f4bca28 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -26,8 +26,8 @@ const getNetworkConfig = (): NetworksUserConfig | undefined => { verify: { etherscan: { apiKey: ETHERSCAN_API_KEY, - } - } + }, + }, }, localhost_integration: { url: "http://localhost:8545",