diff --git a/config/contracts.json b/config/contracts.json index 5552a24..78e1958 100644 --- a/config/contracts.json +++ b/config/contracts.json @@ -1,8 +1,7 @@ { "default": { "versions": { - "web3.js": "1.0.0-beta", - "solc": "0.4.23" + "web3.js": "1.0.0-beta" }, "deployment": { "host": "localhost", diff --git a/embark.json b/embark.json index 7bd3d48..2f73ec7 100644 --- a/embark.json +++ b/embark.json @@ -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": {