Skip to content

Commit

Permalink
08 03 added mainnet (#147)
Browse files Browse the repository at this point in the history
* added two foundry verifier configs

* added mainnet
  • Loading branch information
iainnash committed Sep 8, 2023
1 parent 17160a8 commit adfd22c
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 @@ -12,6 +12,10 @@ gas_reports = ['*']
fs_permissions = [{ access = "read", path = "./addresses"}, { access = "read", path = "./chainConfigs"}, { access = "read", path = "./package.json" }]

[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 adfd22c

Please sign in to comment.