Skip to content

Commit

Permalink
Update foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferret-san authored Mar 19, 2024
1 parent ab0cbaa commit 4e22ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ test = 'test/foundry'
cache_path = 'forge-cache/sol'
optimizer = true
optimizer_runs = 20000
via_ir = false
solc_version = '0.8.9'
via_ir = true
solc_version = '0.8.13'

[profile.yul]
src = 'yul'
Expand All @@ -18,4 +18,4 @@ cache_path = 'forge-cache/yul'
[fmt]
number_underscore = 'thousands'
line_length = 100
# 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 4e22ff8

Please sign in to comment.