Skip to content

Commit

Permalink
Merge pull request #55 from gnosis/enable-optimization
Browse files Browse the repository at this point in the history
use solc 0.5.10 and enable optimization
  • Loading branch information
cag committed Jul 22, 2019
2 parents 0af2a08 + 2752540 commit aede47e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ const config = {
},
compilers: {
solc: {
version: "0.5.7"
version: "0.5.10",
settings: {
optimizer: {
enabled: true
}
}
}
}
};
Expand Down

0 comments on commit aede47e

Please sign in to comment.