use js config

This commit is contained in:
Ricardo Guilherme Schmidt 2018-06-30 02:25:07 -03:00
parent 92fe38a547
commit 85d128e340
No known key found for this signature in database
GPG Key ID: 3F95A3AD0B607030
2 changed files with 6 additions and 29 deletions

View File

@ -20,6 +20,12 @@ module.exports = {
},
ERC20Receiver: {
deploy: false
},
MiniMeToken: {
deploy: false
},
MiniMeTokenFactory: {
deploy: true
}
}
},

View File

@ -1,29 +0,0 @@
{
"default": {
"versions": {
"web3.js": "1.0.0-beta",
"solc": "0.4.23"
},
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
"gas": "auto",
"contracts": {
"ERC20Receiver": {
"deploy": false
},
"MiniMeToken": {
"deploy": false
},
"MiniMeTokenFactory": {
"deploy": true
}
}
}
}