Skip to content

Commit

Permalink
cleanup truffle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sponnet committed May 2, 2018
1 parent 1a9f066 commit 4c68153
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 @@ -9,11 +9,6 @@ function getNetworks() {
gasstationOwnerAccount = require(ownerfilename);
}
return ({
// development: {
// host: "127.0.0.1",
// port: 8545,
// network_id: "*" // Match any network id
// },
ropsten: {
provider: gasstationOwnerAccount ? new PrivateKeyProvider(gasstationOwnerAccount.private, "https://ropsten.infura.io/") : null,
network_id: 3
Expand Down

0 comments on commit 4c68153

Please sign in to comment.