Skip to content

Commit

Permalink
Revert compiler settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS committed Jan 29, 2024
1 parent bfab478 commit 65bfd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ const config: HardhatUserConfig = {
settings: {
optimizer: {
enabled: true,
runs: 1000,
runs: 200,
},
// Note: for amb deploy
// evmVersion: "byzantium"
evmVersion: "byzantium"
},
}, {
version: "0.4.22",
Expand Down

0 comments on commit 65bfd83

Please sign in to comment.