Skip to content

Commit

Permalink
chore: display more contracts' size
Browse files Browse the repository at this point in the history
Signed-off-by: GopherJ <alex_cj96@foxmail.com>
  • Loading branch information
GopherJ committed Nov 28, 2023
1 parent 7d78010 commit fc6438d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,7 @@ const hardhatConfig: HardhatUserConfig = {
alphaSort: true,
runOnCompile: false,
disambiguatePaths: false,
except: [
"Mock*",
"ApeCoinStaking",
"SwapRouter",
"NonfungiblePositionManager",
],
except: ["Mock*"],
strict: true,
},
paths: {
Expand Down

0 comments on commit fc6438d

Please sign in to comment.