Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1431 from d-velev/patch-1
Browse files Browse the repository at this point in the history
Ultimate guide to truffle: Fix development network object for Ganache CLI
  • Loading branch information
eggplantzzz committed Jul 13, 2023
2 parents 17ddcf1 + 732f4b2 commit 406914b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ Ganache CLI:
module.exports = {
networks: {
development: {
host: "127.0.0.1"
port: 8545,
network_id: "*", // Match any network id
host: "127.0.0.1",
port: 8545,
network_id: "*", // Match any network id
},
},
// ...rest of your config
Expand Down

0 comments on commit 406914b

Please sign in to comment.