From 0f288c6267c68e11e507751775ecc0c639b58f44 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 26 Jul 2023 12:47:33 +0200 Subject: [PATCH] etherscan config --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || "" } } };