From 16f04b13d75b2876ecaf1236c6fd14d01c3136bf Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Fri, 18 May 2018 21:54:58 -0300 Subject: [PATCH] revert truffle-config.js changes from 95fdc7b --- truffle-config.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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',