Skip to content

Commit

Permalink
Fix lint and coverage tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Dec 17, 2024
1 parent 9480889 commit 1e8559b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@ const config: HardhatUserConfig = {
solidity: {
version: '0.8.28',
settings: {
evmVersion: `cancun`,
evmVersion: 'cancun',
optimizer: {
enabled: true,
runs: 1000000
}
},
},
compilers: [{
version: '0.8.28',
}],
overrides: {
'contracts/core/EntryPoint.sol': optimizedComilerSettings,
'contracts/samples/SimpleAccount.sol': optimizedComilerSettings
Expand Down
2 changes: 0 additions & 2 deletions scripts/docker-gascalc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
test:
image: node:18
Expand Down

0 comments on commit 1e8559b

Please sign in to comment.