Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit b764535

Browse files
committed
SaleTestCases.d.sol working
1 parent b0950c6 commit b764535

File tree

2 files changed

+11360
-3
lines changed

2 files changed

+11360
-3
lines changed

foundry.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ gas_limit = "18446744073709551615"
88
skip = ["test/original_suite/*"]
99

1010
# Use IR-based compiler for better memory optimization
11-
via_ir = true
12-
optimizer = true
13-
optimizer_runs = 200
11+
via_ir = false
12+
optimizer = false
13+
#optimizer_runs = 200
1414

1515
remappings = [
1616
"@openzeppelin/=dependencies/@openzeppelin-contracts-5.5.0/",

0 commit comments

Comments
 (0)