Skip to content

Commit

Permalink
switch runs to 30000
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakocsis committed Dec 3, 2024
1 parent 2921540 commit edf3058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ optimizer_runs = 44444444
fs_permissions = [{ access = "read", path = "./script/deployParameters/"}]

additional_compiler_profiles = [
{ name = "manager", via_ir = true, optimizer_runs = 1 },
{ name = "manager", via_ir = true, optimizer_runs = 30000 },
]

compilation_restrictions = [
{ paths = "lib/v4-periphery/src/PositionManager.sol", optimizer_runs = 1 },
{ paths = "lib/v4-periphery/src/PositionManager.sol", optimizer_runs = 30000 },
]

[fmt]
Expand Down

0 comments on commit edf3058

Please sign in to comment.