Skip to content

Commit b1c6e62

Browse files
authored
chore: add MTokenHarness to gas reports config (#185)
1 parent 9ae79c9 commit b1c6e62

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

foundry.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ libs = ["lib"]
77
cache = true
88
cache_path = "cache"
99
broadcast = "broadcast"
10-
gas_reports = ["MToken", "MinterGateway", "MinterGatewayHarness"]
10+
gas_reports = [
11+
"MToken",
12+
"MTokenHarness",
13+
"MinterGateway",
14+
"MinterGatewayHarness",
15+
]
1116
gas_reports_ignore = []
1217
solc-version = "0.8.23"
1318
optimizer = false

0 commit comments

Comments
 (0)