Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Add ganache network
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanolkies committed May 7, 2020
1 parent 4be6111 commit a604268
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion truffle-config.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
module.exports = {};
module.exports = {
networks: {
ganache: {
host: 'localhost',
port: 8545,
network_id: '*',
},
},
};

0 comments on commit a604268

Please sign in to comment.