Skip to content

Commit

Permalink
chore: remove etherscan config
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 28, 2023
1 parent cac22a5 commit c914a7e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@
[profile.test-optimized]
src = "test"

[etherscan]
arbitrum = { key = "${API_KEY_ARBISCAN}" }
avalanche = { key = "${API_KEY_SNOWTRACE" }
bnb_smart_chain = { key = "${API_KEY_BSCSCAN}" }
goerli = { key = "${API_KEY_ETHERSCAN}" }
gnosis_chain = { key = "${API_KEY_GNOSISSCAN}" }
mainnet = { key = "${API_KEY_ETHERSCAN}" }
optimism = { key = "${API_KEY_OPTIMISTIC_ETHERSCAN}" }
polygon = { key = "${API_KEY_POLYGONSCAN}" }
sepolia = { key = "${API_KEY_ETHERSCAN}" }

[fmt]
bracket_spacing = true
int_types = "long"
Expand Down

0 comments on commit c914a7e

Please sign in to comment.