Skip to content

Commit

Permalink
🔧 contracts: setup optimism for foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jul 5, 2024
1 parent 313254c commit e0f20a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ number_underscore = "thousands"

[profile.production.fuzz]
runs = 66_666

[rpc_endpoints]
optimism = "${OPTIMISM_RPC_URL}"
optimism_sepolia = "${OPTIMISM_SEPOLIA_RPC_URL}"

[etherscan]
optimism = { key = "${OPTIMISM_ETHERSCAN_KEY}" }
optimism_sepolia = { key = "${OPTIMISM_ETHERSCAN_KEY}" }

0 comments on commit e0f20a3

Please sign in to comment.