Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Optional wildcard
  • Loading branch information
ernestognw committed Feb 13, 2024
commit 89d52e7117763318e7e40926e5ce305f5f8477eb
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module.exports = {
exposed: {
imports: true,
initializers: true,
exclude: ['vendor/**/*', 'WithInit.sol'],
exclude: ['vendor/**/*', '{*,}WithInit.sol'],
},
gasReporter: {
enabled: argv.gas,
Expand Down