changed hardhat.config.ts

This commit is contained in:
bhavik 2021-12-23 00:40:36 +05:30
parent 03984d6ee8
commit 66f6eade57

View File

@ -113,7 +113,7 @@ const config: HardhatUserConfig = {
tests: "./test", tests: "./test",
}, },
etherscan: { etherscan: {
apiKey: getScanApiKey(String(process.env.networkType)), apiKey: getScanApiKey(getNetworkUrl(String(process.env.networkType))),
}, },
typechain: { typechain: {
outDir: "typechain", outDir: "typechain",