We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae79c9 commit b1c6e62Copy full SHA for b1c6e62
1 file changed
foundry.toml
@@ -7,7 +7,12 @@ libs = ["lib"]
7
cache = true
8
cache_path = "cache"
9
broadcast = "broadcast"
10
-gas_reports = ["MToken", "MinterGateway", "MinterGatewayHarness"]
+gas_reports = [
11
+ "MToken",
12
+ "MTokenHarness",
13
+ "MinterGateway",
14
+ "MinterGatewayHarness",
15
+]
16
gas_reports_ignore = []
17
solc-version = "0.8.23"
18
optimizer = false
0 commit comments