Skip to content

Commit

Permalink
Revert some more unnecessary diffs in hardhat.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincheng96 committed Mar 28, 2024
1 parent ff8cb42 commit 24f5ac3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ task('accounts', 'Prints the list of accounts', async (taskArgs, hre) => {
/* note: boolean environment variables are imported as strings */
const {
COINMARKETCAP_API_KEY,
ETH_PK,
ETH_PK = '',
ETHERSCAN_KEY,
SNOWTRACE_KEY,
POLYGONSCAN_KEY,
Expand Down Expand Up @@ -80,11 +80,11 @@ export function requireEnv(varName, msg?: string): string {
// required environment variables
[
'ETHERSCAN_KEY',
// 'SNOWTRACE_KEY',
'SNOWTRACE_KEY',
'INFURA_KEY',
// 'POLYGONSCAN_KEY',
// 'ARBISCAN_KEY',
// 'LINEASCAN_KEY'
'POLYGONSCAN_KEY',
'ARBISCAN_KEY',
'LINEASCAN_KEY'
].map(v => requireEnv(v));

// Networks
Expand Down

0 comments on commit 24f5ac3

Please sign in to comment.