Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed .gas-snapshot
Empty file.
1 change: 0 additions & 1 deletion .soldeerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
.gas-snapshot
.git
.github
.gitignore
Expand Down
1 change: 0 additions & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version = 1
[[annotations]]
path = [
".audit/**/",
".gas-snapshot",
".github/workflows/**/",
".gitignore",
".soldeerignore",
Expand Down
8 changes: 0 additions & 8 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ libs = ['dependencies']

solc = "0.8.25"

# Try to make sure the optimizer doesn't touch the output in a way that can break
# source maps for debugging.
# via_ir = false
# optimizer = false
# optimizer_runs = 0
# optimizer_steps = 0

# These settings should be used for snapshots
optimizer = true
optimizer_runs = 1000000

Expand Down
Loading