Skip to content

Commit

Permalink
Merge pull request #10 from VenusProtocol/feat/VEN-2180
Browse files Browse the repository at this point in the history
[VEN-2180]: set compiler config similar to other packages
  • Loading branch information
chechu authored Dec 27, 2023
2 parents d2de185 + 8cc9b56 commit 87d5d73
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ const config: HardhatUserConfig = {
settings: {
optimizer: {
enabled: true,
details: {
yul: !process.env.CI,
},
runs: 200,
},
outputSelection: {
"*": {
Expand All @@ -52,9 +50,7 @@ const config: HardhatUserConfig = {
settings: {
optimizer: {
enabled: true,
details: {
yul: !process.env.CI,
},
runs: 200,
},
outputSelection: {
"*": {
Expand Down

0 comments on commit 87d5d73

Please sign in to comment.