Skip to content

Commit

Permalink
truffle.js rolled back, hots wants an ip address or localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Nov 1, 2017
1 parent 72104f9 commit ff098e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dao/truffle.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module.exports = {
networks: {
development: {
host: "testrpc",
host: "localhost",
port: 8545,
network_id: "*" // Match any network id
}
},
kovan: {
host: "testrpc",
host: "localhost",
port: 8549,
network_id: "*" // Match any network id
}
Expand Down

0 comments on commit ff098e5

Please sign in to comment.