Skip to content

Commit 4b3d165

Browse files
committed
test(wip): scratch space for rounding analysis and plots
1 parent ef5b334 commit 4b3d165

File tree

7 files changed

+1468
-3909
lines changed

7 files changed

+1468
-3909
lines changed

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
fs_permissions = [{ access = "read-write", path = "./"}]
8282

8383
gas_limit = "18446744073709551615" # 2^64-1
84-
memory_limit = 1073741824
84+
memory_limit = 9223372036854775807 # 2^63-1
8585

8686
[profile.default.fmt]
8787
# Single-line vs multi-line statement blocks

0 commit comments

Comments
 (0)