Skip to content

Commit

Permalink
v14
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Feb 21, 2025
1 parent 5746d87 commit 18e7e2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/deploy/updateNetworkDeploymentFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ const fetchContractDetails = async (
network: string
) => {
await delay(400)
consola.info(`Fetching details for contract at address: ${contractAddress}`)
const apiKeyEnvVar = `${network.toUpperCase()}_ETHERSCAN_API_KEY`
const apiKey = process.env[apiKeyEnvVar]
if (!apiKey)
Expand Down

0 comments on commit 18e7e2a

Please sign in to comment.