Commit 16f04b13 by Francisco Giordano

revert truffle-config.js changes from 95fdc7bd

parent e3ad4a5e
...@@ -24,11 +24,8 @@ module.exports = { ...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment