Now compiling using truffle 5.

This commit is contained in:
Nicolás Venturo
2018-12-26 14:57:29 -03:00
parent ae02103e47
commit 173d351882
5 changed files with 127 additions and 849 deletions

View File

@ -13,4 +13,10 @@ module.exports = {
gasPrice: 0x01,
},
},
compilers: {
solc: {
version: '0.5.0',
},
},
};