Skip to content

Commit

Permalink
chore: add 0.8.15 to the list of sol compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
halaprix committed Apr 12, 2024
1 parent 16264a1 commit 22122f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/dma-contracts/hardhat.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ const config = {
},
},
},
{
version: '0.8.15',
settings: {
optimizer: {
enabled: true,
runs: 0,
},
},
},
{
version: '0.8.18',
settings: {
Expand Down

0 comments on commit 22122f4

Please sign in to comment.