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
Fix lint
  • Loading branch information
ernestognw committed Jun 22, 2023
commit b84ea6eedf65e896556c2676deccae42c62d4e8b
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = {
warnings: {
'contracts-exposed/**/*': {
'code-size': 'off',
'initcode-size': 'off'
'initcode-size': 'off',
},
'*': {
'code-size': withOptimizations,
Expand Down