Skip to content

Commit

Permalink
🔧 foundry: use single etherscan key for optimism
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 9, 2024
1 parent 3cf8a6e commit 4961851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ optimism_sepolia = "${OPTIMISM_SEPOLIA_RPC_URL}"

[etherscan]
optimism = { key = "${OPTIMISM_ETHERSCAN_KEY}" }
optimism_sepolia = { key = "${OPTIMISM_SEPOLIA_ETHERSCAN_KEY}" }
optimism_sepolia = { key = "${OPTIMISM_ETHERSCAN_KEY}" }

0 comments on commit 4961851

Please sign in to comment.