Skip to content

Commit

Permalink
chore: add foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaeunYoon committed Sep 26, 2024
1 parent 66f45c7 commit 70788f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
solc = "0.8.21"
optimizer = true
optimizer_runs = 200

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

0 comments on commit 70788f2

Please sign in to comment.