We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shanghai
1 parent 195835f commit ae5c526Copy full SHA for ae5c526
foundry.toml
@@ -5,6 +5,9 @@ solc_version = '0.8.20'
5
ffi = true
6
fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}, { access = "read", path = "./foundry-out"}]
7
via_ir = true
8
+evm_version = 'paris'
9
+
10
+[profile.shanghai]
11
evm_version = 'shanghai'
12
13
[profile.ci]
0 commit comments