Skip to content

Commit

Permalink
fix(tuffle): Use constantinople evmVersion that supports create2
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustoL committed Jun 11, 2019
1 parent ed5ec8a commit 69c8752
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ module.exports = {
compilers: {
solc: {
version: '0.5.2',
settings: {
evmVersion: 'constantinople',
},
},

}
};

0 comments on commit 69c8752

Please sign in to comment.