Skip to content

Commit

Permalink
fix(foundry.toml): decrease optimization runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Dec 13, 2023
1 parent 7f1ec18 commit 19b3afb
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 @@ -3,6 +3,7 @@ src = "src"
out = "out"
test = "test"
libs = ["lib"]
optimizer_runs = 999999 # Etherscan does not support verifying contracts with more optimization runs.

[profile.default.fuzz]
runs = 4096
Expand Down

0 comments on commit 19b3afb

Please sign in to comment.