Set the version of solc

This commit is contained in:
Richard Ramos 2018-04-09 15:47:52 -04:00
parent 82b91db5c8
commit 43d56ead02
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"default": {
"versions": {
"web3.js": "1.0.0-beta",
"solc": "0.4.17"
"solc": "0.4.21"
},
"deployment": {
"host": "localhost",

View File

@ -3,5 +3,8 @@
"buildDir": "dist/",
"config": "config/",
"plugins": {
},
"versions": {
"solc": "0.4.21"
}
}