Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions barretenberg/sol/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ optimizer_runs = 1
gas_limit = 900000000000000000
bytecode_hash = "none"
evm_version = "cancun"

[fuzz]
runs = 2

# Use the pre-downloaded solc binary from l1-contracts. l1-contracts' build is
# the single owner of the svm download; pointing other forge projects at the
# same binary avoids parallel svm downloads racing on ~/.svm.
solc = "../../l1-contracts/solc-0.8.30"

[fuzz]
runs = 2

[lint]
ignore = ["./lib/**"]
exclude_lints = [
Expand Down
Loading