Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
revert config compiler settings to correct form
Browse files Browse the repository at this point in the history
  • Loading branch information
CruzMolina committed Dec 4, 2018
1 parent 6f218d1 commit 9ea9ec0
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/truffle-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ function Config(truffle_directory, working_directory, network) {
},
compilers: {
solc: {
optimizer: {
enabled: false,
runs: 200
},
evmVersion: "byzantium"
settings: {
optimizer: {
enabled: false,
runs: 200
},
evmVersion: "byzantium"
}
},
vyper: {}
},
Expand Down
Loading

0 comments on commit 9ea9ec0

Please sign in to comment.