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",