Skip to content

Commit

Permalink
update foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun1on committed Jul 18, 2024
1 parent 261688e commit 5ade065
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[profile.default]
src = 'contracts'
out = 'foundry-out'
solc_version = '0.8.24'
solc_version = '0.8.26'
optimizer_runs = 1000000
ffi = true
fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}]
evm_version = "cancun"
gas_limit = "3000000000"
fuzz_runs = 10000

[profile.ci]
fuzz_runs = 100000

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 comments on commit 5ade065

Please sign in to comment.