We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bd2df commit 05ebeffCopy full SHA for 05ebeff
boilerplate/config/contracts.json
@@ -2,7 +2,7 @@
2
"default": {
3
"versions": {
4
"web3.js": "1.0.0-beta",
5
- "solc": "0.4.18"
+ "solc": "0.4.17"
6
},
7
"deployment": {
8
"host": "localhost",
demo/config/contracts.json
lib/core/config.js
@@ -79,7 +79,7 @@ Config.prototype.loadContractsConfigFile = function() {
79
var configObject = {
80
81
"web3.js": "0.19.1",
82
83
84
85
0 commit comments