Skip to content

Commit

Permalink
Add contract verification URLs to foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rookmate committed Dec 3, 2024
1 parent 039c6ac commit 895b6c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ out = "out"
libs = ["lib"]

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
[etherscan]
7625382 = { key = "empty", url = "https://explorer-socket-composer-testnet.t.conduit.xyz/api" }
421614 = { key = "${ARBISCAN_API_KEY}", url = "https://api-sepolia.arbiscan.io/api?" }
11155420 = { key = "${OPTIMISM_API_KEY}", url = "https://optimism-sepolia.blockscout.com/api?" }

0 comments on commit 895b6c4

Please sign in to comment.