Skip to content

Commit

Permalink
fixed solc version key in foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenwindle committed Jun 27, 2023
1 parent d36f22d commit 43955c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
src = 'src'
out = 'out'
libs = ['lib']
solc-version = "0.8.17"

solc = "0.8.17"
solc_version = "0.8.17"
optimizer = true
optimizer_runs = 200

Expand Down

0 comments on commit 43955c3

Please sign in to comment.