Skip to content

Commit

Permalink
Add BASESCAN_KEY to required env
Browse files Browse the repository at this point in the history
  • Loading branch information
matejos committed Sep 19, 2024
1 parent c0bca2b commit 8684f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export function requireEnv(varName, msg?: string): string {
'INFURA_KEY',
'POLYGONSCAN_KEY',
'ARBISCAN_KEY',
'BASESCAN_KEY',
'LINEASCAN_KEY',
'OPTIMISMSCAN_KEY'
].map((v) => requireEnv(v));
Expand Down

0 comments on commit 8684f7d

Please sign in to comment.