revert truffle-config.js changes from 95fdc7b
This commit is contained in:
@ -24,11 +24,8 @@ module.exports = {
|
|||||||
network_id: '*', // eslint-disable-line camelcase
|
network_id: '*', // eslint-disable-line camelcase
|
||||||
},
|
},
|
||||||
ropsten: {
|
ropsten: {
|
||||||
host: 'localhost',
|
provider: ropstenProvider,
|
||||||
network_id: '3',
|
network_id: 3, // eslint-disable-line camelcase
|
||||||
port: 8555,
|
|
||||||
gas: 4700000,
|
|
||||||
gasPrice: 10e9,
|
|
||||||
},
|
},
|
||||||
coverage: {
|
coverage: {
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
|
|||||||
Reference in New Issue
Block a user