From 52a8c5fcc88de84fcabd92e351cc81e20a98102d Mon Sep 17 00:00:00 2001 From: tipusinghaw Date: Fri, 19 Jan 2024 19:03:54 +0530 Subject: [PATCH] fix: formatting issue Signed-off-by: tipusinghaw --- hardhat.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardhat.config.js b/hardhat.config.js index 04ade1c..34ffc37 100755 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -5,7 +5,7 @@ // import 'hardhat'; require('@nomicfoundation/hardhat-ethers') require('@openzeppelin/hardhat-upgrades') -require("@nomicfoundation/hardhat-verify"); +require('@nomicfoundation/hardhat-verify') require('dotenv/config') @@ -28,7 +28,7 @@ module.exports = { }, etherscan: { apiKey: { - polygonMumbai:process.env.VERIFICATION_KEY - } - } + polygonMumbai: process.env.VERIFICATION_KEY, + }, + }, }