From 113d00e01f44e72918b5fbf0ab7f982f47f8d594 Mon Sep 17 00:00:00 2001 From: Roberto Cantu Date: Mon, 15 Apr 2024 17:14:25 -0500 Subject: [PATCH] Add ETH Sepolia property to Hardhat config --- hardhat.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/hardhat.config.js b/hardhat.config.js index 864a04b8..6cc8e6e4 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -63,6 +63,7 @@ module.exports = { etherscan: { apiKey: { mainnet: argv.etherscan, + sepolia: argv.etherscan, polygon: argv.polyscan, basesepolia: argv.basescan },