Skip to content

Commit

Permalink
Merge pull request #714 from morpho-org/chore/bytecode-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD authored Jan 14, 2025
2 parents dff2ecd + 9b955b1 commit 2c7b244
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
libs = ["lib"]
names = true
sizes = true
via-ir = true
optimizer_runs = 999999 # Etherscan does not support verifying contracts with more optimization runs.
via_ir = true
optimizer = true
optimizer_runs = 999999
bytecode_hash = "none"
evm_version = "paris"

[profile.default.invariant]
runs = 16
Expand Down

0 comments on commit 2c7b244

Please sign in to comment.