From fbb49a7ec1d93b6e02cc6b688aa4b62ad5a48093 Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Sat, 21 Sep 2024 19:10:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Add=20`blockscout`=20Confi?= =?UTF-8?q?guration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- hardhat.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hardhat.config.ts b/hardhat.config.ts index fcddcd4..150fe7c 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -907,6 +907,11 @@ const config: HardhatUserConfig = { apiUrl: "https://sourcify.dev/server", browserUrl: "https://repo.sourcify.dev", }, + blockscout: { + // Disable Blockscout verification by default + // You can use the `customChains` property as in the `etherscan` configuration to add further chains if desired + enabled: false, + }, etherscan: { // Add your own API key by getting an account at etherscan (https://etherscan.io), snowtrace (https://snowtrace.io) etc. // This is used for verification purposes when you want to `npx hardhat verify` your contract using Hardhat