Skip to content

Commit

Permalink
added mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed Aug 3, 2023
1 parent c86c070 commit 938200c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fs_permissions = [{ access = "read", path = "./addresses"}, { access = "read", p
[etherscan]
optimism = { key = "$OPT_ETHERSCAN_API_KEY" }
base = { key = "ANY_KEY_IS_OKAY" }
mainnet = { key = "$ETHERSCAN_API_KEY" }

zora_mainnet = { key = "", chain = 7777777, url = "https://explorer.zora.energy/api\\?" }
zora_testnet = { key = "", chain = 999, url = "https://explorer.testnet.zora.energy/api\\?" }
Expand Down

0 comments on commit 938200c

Please sign in to comment.