Skip to content

Commit

Permalink
chore: update Foundry config
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Apr 9, 2024
1 parent 2e1d277 commit 4acd7c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ script = 'script'
libs = ['lib']
solc_version = '0.8.16'
optimizer = true
unchecked_cheatcode_artifacts = true
fs_permissions = [
{ access = "read", path = "./out/" },
{ access = "read", path = "./script/input/" },
Expand All @@ -28,6 +29,7 @@ script = 'script-0_6_x'
libs = ['lib-0_6_x', 'lib']
solc_version = '0.6.12'
optimizer = false
unchecked_cheatcode_artifacts = true
fs_permissions = [
{ access = "read", path = "./out/" },
{ access = "read", path = "./script/input/" },
Expand Down

0 comments on commit 4acd7c9

Please sign in to comment.