Skip to content

Commit

Permalink
chore: exclude contracts from gas reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Jan 11, 2022
1 parent 01f0148 commit d4ddecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config: HardhatUserConfig = {
enabled: process.env.REPORT_GAS === "true",
// outputFile: `gas-${Date.now()}.json`,
// outputFile: "gas.json",
excludeContracts: ["BentoBoxV1", "ERC20Mock", "ERC20", "WETH9"],
excludeContracts: ["examples", "flat", "mocks", "pool/concentrated", "pool/franchised", "pool/hybrid", "pool/index", "TridentERC721"],
// onlyCalledMethods: true,
// showTimeSpent: true,
},
Expand Down

0 comments on commit d4ddecc

Please sign in to comment.