bump solc version and remove versions from contracts.json

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-30 10:19:39 -03:00
parent 9140afc573
commit 16c4e342c2
2 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
{
"default": {
"versions": {
"web3.js": "1.0.0-beta",
"solc": "0.4.23"
},
"deployment": {
"host": "localhost",
"port": 8545,

View File

@ -9,7 +9,7 @@
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
"solc": "0.4.23",
"solc": "0.4.24",
"ipfs-api": "17.2.4"
},
"plugins": {