Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ docs/

# Dotenv file
.env

.vscode
25 changes: 24 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,28 @@
src = "src"
out = "out"
libs = ["lib"]
verbosity = 2
solc = "0.8.19"
optimizer = true
optimizer_runs = 100000
evm_version = "cancun"
show_progress = true

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
[profile.default.optimizer_details]
constantOptimizer = false
yul = false

[fuzz]
runs = 1000

[fmt]
bracket_spacing = true
int_types = "long"
line_length = 120
multiline_func_header = "attributes_first"
number_underscore = "thousands"
quote_style = "double"
single_line_statement_blocks = "single"
tab_width = 4
wrap_comments = false

35 changes: 0 additions & 35 deletions lcov.info

This file was deleted.

19 changes: 0 additions & 19 deletions script/Counter.s.sol

This file was deleted.

Loading
Loading