Skip to content

Commit

Permalink
trufflejs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Nov 3, 2017
1 parent 6e763eb commit 3cd3821
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dao/truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ module.exports = {
host: "localhost",
port: 8545,
network_id: "*" // Match any network id
},
kovan: {
host: "localhost",
port: 8549,
network_id: "*" // Match any network id
}
},
kovan: {
host: "localhost",
port: 8549,
network_id: "*" // Match any network id
}
};

0 comments on commit 3cd3821

Please sign in to comment.