Skip to content

Commit

Permalink
Update truffle network devnet port
Browse files Browse the repository at this point in the history
  • Loading branch information
dimroc committed Feb 14, 2018
1 parent 955113a commit 232440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
networks: {
devnet: {
host: "127.0.0.1",
port: 7434,
port: 18545,
network_id: "*",
gas: 4700000
}
Expand Down

0 comments on commit 232440a

Please sign in to comment.