We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a88762 commit 932eddfCopy full SHA for 932eddf
foundry.toml
@@ -1,9 +1,9 @@
1
[profile.default]
2
solc_version = "0.8.24"
3
+emv_version = "cancun"
4
src = 'src'
5
out = 'out'
-libs = ['lib']
6
-evm_version = 'cancun'
+libs = ['node_modules']
7
8
9
# Compile only the production code and the test mocks with via IR
0 commit comments