Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
Remove development network from truffle config file
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Apr 13, 2018
1 parent 560fe4e commit 92bb571
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@ module.exports = {
gas: 0xfffffffffff,
gasPrice: 0x01,
},
development: {
host: 'localhost',
network_id: '*', // eslint-disable-line camelcase
port: 8545
},
}
}

0 comments on commit 92bb571

Please sign in to comment.