Skip to content

Commit

Permalink
Merge pull request #432 from morpho-org/chore/safer-config
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD authored Dec 15, 2024
2 parents 750ee0a + 32c6192 commit 97bac64
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ src = "src"
test = "test/forge"
libs = ["lib"]
evm_version = "paris"
via-ir = true
fs_permissions = [
{ access = "read", path = "./config/"},
{ access = "read", path = "./out/"}
Expand All @@ -15,13 +16,6 @@ tenderly = "https://rpc.tenderly.co/fork/${TENDERLY_FORK_ID}"
[profile.default.fmt]
wrap_comments = true


[profile.build]
via-ir = true
test = "/dev/null"
script = "/dev/null"


[profile.test]
via-ir = false

Expand Down

0 comments on commit 97bac64

Please sign in to comment.