Skip to content

Commit

Permalink
🔧 foundry: deny solidity warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jun 27, 2024
1 parent 3ed98fd commit 3233e69
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 @@ solc_version = "0.8.26"
evm_version = "cancun"
optimizer = true
optimizer_runs = 999_999
deny_warnings = true
verbosity = 3
isolate = true
fs_permissions = [{ access = "read", path = "./broadcast" }]
Expand Down

0 comments on commit 3233e69

Please sign in to comment.