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

Uncomment default network configs #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions truffle-config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
module.exports = {
// Uncommenting the defaults below
// provides for an easier quick-start with Ganache.
// The defaults below provide an easier quick-start with Ganache.
// You can also follow this format for other networks;
// see <http://truffleframework.com/docs/advanced/configuration>
// for more details on how to specify configuration options!
/*
// for more details on how to specify configuration options!
networks: {
development: {
host: "127.0.0.1",
Expand All @@ -17,5 +15,4 @@ module.exports = {
network_id: "*"
}
}
*/
};