mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
changed hardhat.config.ts
This commit is contained in:
parent
61686a585f
commit
25519fc9c4
|
@ -118,8 +118,8 @@ const config: HardhatUserConfig = {
|
||||||
sources: "./contracts",
|
sources: "./contracts",
|
||||||
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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user