Skip to content

Commit

Permalink
Soldeer: Add dependency to toml block (foundry-rs#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Braqzen authored Aug 5, 2024
1 parent e7850e8 commit cc2bc21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/projects/soldeer.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ For example, having this Foundry config file in a git repository, one can pull t
auto_detect_solc = false
bytecode_hash = "none"
fuzz = { runs = 1_000 }
gas_reports = ["*"] # <= This is important to be added
libs = ["dependencies"] # <= This is important to be added
gas_reports = ["*"]

[dependencies] # <= Dependencies will be added under this config
"@openzeppelin-contracts" = { version = "5.0.2" }
Expand Down

0 comments on commit cc2bc21

Please sign in to comment.