Skip to content

Commit

Permalink
fix: Remove unused sol compiler from hh config
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Oct 21, 2022
1 parent abd7465 commit 5d7574e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ const config: HardhatUserConfig = {
evmVersion: 'london',
},
},
{
version: '0.8.11', // for ecosystem reserve contracts
settings: {
optimizer: { enabled: true, runs: 25000 },
evmVersion: 'london',
},
},
],
},
tenderly: {
Expand Down

0 comments on commit 5d7574e

Please sign in to comment.