Skip to content

Commit

Permalink
yarn fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Sep 6, 2024
1 parent 77a701a commit bbe5b3a
Show file tree
Hide file tree
Showing 12 changed files with 73,115 additions and 137 deletions.
6 changes: 3 additions & 3 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const solidity = {
},
},
},
]
],
// overrides: {
// 'src/rollup/RollupUserLogic.sol': {
// version: '0.8.9',
Expand Down Expand Up @@ -200,6 +200,6 @@ module.exports = {
target: 'ethers-v5',
},
contractSizer: {
strict: true
}
strict: true,
},
}
Loading

0 comments on commit bbe5b3a

Please sign in to comment.