Skip to content

Commit f494977

Browse files
committed
chore: removing foundry compilation restrictions, not working as expected, causing stack too deep
1 parent c32e09c commit f494977

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

contracts/foundry.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ evm_version = "cancun"
55
via_ir = true
66
optimizer = true
77
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-
]
8+
159
src = 'src'
1610
out = 'out'
1711
libs = ['../node_modules', 'lib']

0 commit comments

Comments
 (0)