Skip to content
Closed
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
fix hardhat-expose exclusion
  • Loading branch information
Amxx committed Mar 18, 2024
commit 1ac21fd8b085ab1aa234a0b6e6498f8404f6daf8
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = {
exposed: {
imports: true,
initializers: true,
exclude: ['vendor/**/*', '**/*WithInit.sol', 'utils/StorageSlot.sol'],
exclude: ['vendor/**/*', '**/*WithInit.sol', '**/utils/StorageSlot.sol'],
},
gasReporter: {
enabled: argv.gas,
Expand Down