Skip to content

Commit

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

0 comments on commit 3c94e54

Please sign in to comment.