Update hardhat.config.ts

Co-authored-by: 0xPradyuman <63545809+pradyuman-verma@users.noreply.github.com>
This commit is contained in:
pulkitkejriwal1411 2022-03-03 21:18:50 +05:30 committed by GitHub
parent 9ad3a66b56
commit 9b07268be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {