mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update hardhat.config.ts
Co-authored-by: 0xPradyuman <63545809+pradyuman-verma@users.noreply.github.com>
This commit is contained in:
parent
9ad3a66b56
commit
9b07268be3
|
@ -124,10 +124,10 @@ const config: HardhatUserConfig = {
|
||||||
},
|
},
|
||||||
etherscan: {
|
etherscan: {
|
||||||
apiKey: {
|
apiKey: {
|
||||||
mainnet: ETHERSCAN_API,
|
mainnet: String(ETHERSCAN_API),
|
||||||
polygon: POLYGONSCAN_API,
|
polygon: String(POLYGONSCAN_API),
|
||||||
arbitrumOne: ARBISCAN_API,
|
arbitrumOne: String(ARBISCAN_API),
|
||||||
avalanche: SNOWTRACE_API
|
avalanche: String(SNOWTRACE_API),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
typechain: {
|
typechain: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user