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

Default Testing network_id to match GanacheUI #1577

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/truffle-core/lib/commands/test.js
Expand Up @@ -150,7 +150,7 @@ var command = {
var ganacheOptions = {
host: "127.0.0.1",
port: 7545,
network_id: 4447,
network_id: 5777,
mnemonic:
"candy maple cake sugar pudding cream honey rich smooth crumble sweet treat",
gasLimit: config.gas,
Expand Down