Skip to content

Commit d596307

Browse files
committed
Enforce evmVersion in foundry.toml
1 parent 641e7b7 commit d596307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ libs = ["lib"]
55
solc = "0.8.21"
66
optimizer = true
77
optimizer_runs = 200
8+
evmVersion = "shanghai"
89
verbosity = 3
910

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

0 commit comments

Comments
 (0)