mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
fixed getScanApikey func
This commit is contained in:
parent
ce83a8bc6e
commit
744638ee5d
|
@ -118,7 +118,7 @@ const config: HardhatUserConfig = {
|
||||||
tests: "./test",
|
tests: "./test",
|
||||||
},
|
},
|
||||||
etherscan: {
|
etherscan: {
|
||||||
apiKey: getScanApiKey(getNetworkUrl(String(process.env.networkType))),
|
apiKey: getScanApiKey(String(process.env.networkType)),
|
||||||
},
|
},
|
||||||
typechain: {
|
typechain: {
|
||||||
outDir: "typechain",
|
outDir: "typechain",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user