Skip to content

Commit

Permalink
Merge pull request #239 from icon-project/feat/snowscan_api
Browse files Browse the repository at this point in the history
fix: snowscan api for avalanche mainnet
  • Loading branch information
izyak authored Jan 16, 2024
2 parents d00dd9d + a5cea0d commit 55e033c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/evm/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ base_goerli = { key = "${BASESCAN_API_KEY}"}

ethereum={ key = "${ETHERSCAN_API_KEY}", chain="mainnet"}
binance={ key = "${BSCSCAN_API_KEY}", chain="bsc"}
# avalanche=
avalanche={ key = "${SNOWSCAN_API_KEY}", chain="avalanche"}
# arbitrum=
# optimism=
# base=

0 comments on commit 55e033c

Please sign in to comment.