Skip to content

Commit 05ebeff

Browse files
committed
downgrade to 0.4.17
1 parent 73bd2df commit 05ebeff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boilerplate/config/contracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"default": {
33
"versions": {
44
"web3.js": "1.0.0-beta",
5-
"solc": "0.4.18"
5+
"solc": "0.4.17"
66
},
77
"deployment": {
88
"host": "localhost",

demo/config/contracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"default": {
33
"versions": {
44
"web3.js": "1.0.0-beta",
5-
"solc": "0.4.18"
5+
"solc": "0.4.17"
66
},
77
"deployment": {
88
"host": "localhost",

lib/core/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Config.prototype.loadContractsConfigFile = function() {
7979
var configObject = {
8080
"versions": {
8181
"web3.js": "0.19.1",
82-
"solc": "0.4.18"
82+
"solc": "0.4.17"
8383
},
8484
"deployment": {
8585
"host": "localhost",

0 commit comments

Comments
 (0)