diff --git a/hardhat.config.ts b/hardhat.config.ts index a20f051..dd93b31 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -40,7 +40,7 @@ const config: HardhatUserConfig = { }, etherscan: { apiKey: { - polygonMumbai: 'S4ABE91AKTPWA2HTKTY5IHBWZ7N5IEMI11' + polygonMumbai: process.env.ETHERSCAN_API || "" } } };