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 #1775 from trufflesuite/develop-networkID
Browse files Browse the repository at this point in the history
Fix truffle develop MetaMask compatibility
  • Loading branch information
CruzMolina committed Feb 28, 2019
2 parents 183ecca + 39f503a commit b2a249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/truffle-core/lib/commands/develop.js
Expand Up @@ -84,7 +84,7 @@ var command = {
var ganacheOptions = {
host: "127.0.0.1",
port: 9545,
network_id: 4447,
network_id: 5777,
total_accounts: numAddresses,
default_balance_ether: defaultEtherBalance,
blockTime: bTime,
Expand Down

0 comments on commit b2a249b

Please sign in to comment.