Skip to content

Commit c0f83b4

Browse files
committed
Fix gas report flag
1 parent b3bb0ac commit c0f83b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const config = {
136136
}),
137137
},
138138
gasReporter: {
139-
enabled: process.env.REPORT_GAS !== undefined,
139+
enabled: process.env.REPORT_GAS === "true",
140140
currency: "USD",
141141
excludeContracts: [],
142142
src: "contracts",

0 commit comments

Comments
 (0)