fixed getScanApikey func

This commit is contained in:
bhavik-m 2022-01-11 17:12:20 +05:30
parent ce83a8bc6e
commit 744638ee5d

View File

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