revert truffle-config.js changes from 95fdc7b

This commit is contained in:
Francisco Giordano
2018-05-18 21:54:58 -03:00
parent e3ad4a5e14
commit 16f04b13d7

View File

@ -24,11 +24,8 @@ module.exports = {
network_id: '*', // eslint-disable-line camelcase
},
ropsten: {
host: 'localhost',
network_id: '3',
port: 8555,
gas: 4700000,
gasPrice: 10e9,
provider: ropstenProvider,
network_id: 3, // eslint-disable-line camelcase
},
coverage: {
host: 'localhost',