Skip to content

Commit

Permalink
fix: foundry toml revert
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Dec 16, 2024
1 parent 246efdc commit 91c0ca8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions l2-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
"@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
"@openzeppelin/foundry-upgrades/=lib/openzeppelin-foundry-upgrades/src/",
"@murky/=lib/murky/",
"src/=src/",
]
solc_version = "0.8.24"
verbosity = 3

[profile.ci]
fuzz = { runs = 5000 }
invariant = { runs = 1000 }
fuzz = { runs = 1000 }
invariant = { runs = 500 }

[profile.lite]
fuzz = { runs = 50 }
Expand Down

0 comments on commit 91c0ca8

Please sign in to comment.