Skip to content

Commit

Permalink
chore: add MTokenHarness to gas reports config (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT authored May 15, 2024
1 parent 9ae79c9 commit b1c6e62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ libs = ["lib"]
cache = true
cache_path = "cache"
broadcast = "broadcast"
gas_reports = ["MToken", "MinterGateway", "MinterGatewayHarness"]
gas_reports = [
"MToken",
"MTokenHarness",
"MinterGateway",
"MinterGatewayHarness",
]
gas_reports_ignore = []
solc-version = "0.8.23"
optimizer = false
Expand Down

0 comments on commit b1c6e62

Please sign in to comment.