Skip to content

Commit

Permalink
Adding connection to local ganache-core
Browse files Browse the repository at this point in the history
  • Loading branch information
edisinovcic committed Jan 27, 2021
1 parent 31a065d commit a842e89
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/ganache-core.node.cli.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ganache-core.node.cli.js.map

Large diffs are not rendered by default.

Empty file removed devchain2.tar.gz
Empty file.
6 changes: 3 additions & 3 deletions lib.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// make sourcemaps work!
require('source-map-support').install();

module.exports = require("@celo/ganache-core/public-exports.js");
module.exports.version = require("@celo/ganache-core/package.json").version;
module.exports.to = require("@celo/ganache-core/lib/utils/to");
module.exports = require("../ganache-core-celo/public-exports.js");
module.exports.version = require("../ganache-core-celo/package.json").version;
module.exports.to = require("../ganache-core-celo/lib/utils/to");

0 comments on commit a842e89

Please sign in to comment.