diff --git a/truffle-config.js b/truffle-config.js index 65e4bdd08..a5ca2558e 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -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',