Skip to content

Commit

Permalink
Update hardhat.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferret-san committed Mar 15, 2024
1 parent 1869713 commit ab0cbaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ dotenv.config()
const solidity = {
compilers: [
{
version: '0.8.9',
version: '0.8.13',
settings: {
optimizer: {
enabled: true,
runs: 100,
},
viaIR: true
},
},
],
Expand Down

0 comments on commit ab0cbaa

Please sign in to comment.