From 744638ee5d8df7493edf6e5efb98fd7cf2acce72 Mon Sep 17 00:00:00 2001 From: bhavik-m Date: Tue, 11 Jan 2022 17:12:20 +0530 Subject: [PATCH] fixed getScanApikey func --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 8c10d28f..44718268 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -118,7 +118,7 @@ const config: HardhatUserConfig = { tests: "./test", }, etherscan: { - apiKey: getScanApiKey(getNetworkUrl(String(process.env.networkType))), + apiKey: getScanApiKey(String(process.env.networkType)), }, typechain: { outDir: "typechain",