Skip to content

Commit ae5c526

Browse files
authored
Make shanghai a separate profile
1 parent 195835f commit ae5c526

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

foundry.toml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ solc_version = '0.8.20'
55
ffi = true
66
fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}, { access = "read", path = "./foundry-out"}]
77
via_ir = true
8+
evm_version = 'paris'
9+
10+
[profile.shanghai]
811
evm_version = 'shanghai'
912

1013
[profile.ci]

0 commit comments

Comments
 (0)