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

Commit

Permalink
Merge pull request #12 from rnsdomains/ganache
Browse files Browse the repository at this point in the history
Add ganache network
  • Loading branch information
ilanolkies authored May 7, 2020
2 parents 4be6111 + 9daa804 commit 25e5264
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsksmart/rns-suite",
"version": "1.0.4",
"version": "1.0.5",
"description": "RNS suite",
"main": "index.js",
"files": [
Expand Down
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 25e5264

Please sign in to comment.