There was an error while loading. Please reload this page.
1 parent 188f8d0 commit bd589e7Copy full SHA for bd589e7
contracts/foundry.toml
@@ -5,13 +5,7 @@ evm_version = "cancun"
5
via_ir = true
6
optimizer = true
7
optimizer_runs = 10000
8
-optimizer_details = { yulDetails = { stackAllocation = true } }
9
-additional_compiler_profiles = [
10
- { name = "tests", via_ir = false }
11
-]
12
-compilation_restrictions = [
13
- { paths = "test/foundry/KlerosCore.t.sol", via_ir = false },
14
+
15
src = 'src'
16
out = 'out'
17
libs = ['../node_modules', 'lib']
0 commit comments