Skip to content

Commit 43955c3

Browse files
committed
fixed solc version key in foundry.toml
1 parent d36f22d commit 43955c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

foundry.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
src = 'src'
33
out = 'out'
44
libs = ['lib']
5-
solc-version = "0.8.17"
65

7-
solc = "0.8.17"
6+
solc_version = "0.8.17"
87
optimizer = true
98
optimizer_runs = 200
109

0 commit comments

Comments
 (0)