Skip to content

Commit

Permalink
♻️ Add blockscout Configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Sep 21, 2024
1 parent 8b814ba commit fbb49a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbb49a7

Please sign in to comment.