Commit 16f04b13 by Francisco Giordano

revert truffle-config.js changes from 95fdc7bd

parent e3ad4a5e
......@@ -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',
......
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