Skip to content

Commit

Permalink
[CCIP-3973] adding info about unknown forge chains
Browse files Browse the repository at this point in the history
  • Loading branch information
valerii-kabisov-cll committed Oct 28, 2024
1 parent dee09c7 commit d8fe9fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,10 @@ src = 'src/v0.8/shared'
test = 'src/v0.8/shared/test'
solc_version = '0.8.19'

[etherscan]
astar-mainnet = { key = "${ETHERSCAN_API_KEY}", url = "https://astar.blockscout.com/api/", chain = 592 }
astar-shibuya = { key = "${ETHERSCAN_API_KEY}", url = "https://shibuya.blockscout.com/api/", chain = 81 }
metis-sepolia = { key = "${ETHERSCAN_API_KEY}", url = "https://sepolia-explorer-api.metisdevops.link/api/", chain = 59902 }
metis-andromeda = { key = "${ETHERSCAN_API_KEY}", url = "https://andromeda-explorer.metis.io/api", chain = 1088 }

# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 comments on commit d8fe9fb

Please sign in to comment.