Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Dec 26, 2024
1 parent 6c9b7ef commit d6e3f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const config: HardhatUserConfig = {
evmVersion: 'cancun',
viaIR: true,
optimizer: { enabled: true, runs: 1000000 }
},
}
}],
overrides: {
'contracts/core/EntryPointSimulations.sol': {
Expand All @@ -56,7 +56,7 @@ const config: HardhatUserConfig = {
},
networks: {
hardhat: {
allowUnlimitedContractSize: true,
allowUnlimitedContractSize: true
},
dev: { url: 'http://localhost:8545' },
// github action starts localgeth service, for gas calculations
Expand Down

0 comments on commit d6e3f66

Please sign in to comment.