forked from trufflesuite/ganache-cli-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hsuan Lee
committed
Dec 12, 2018
1 parent
4b5be99
commit 4c8faf9
Showing
3 changed files
with
5,713 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// make sourcemaps work! | ||
require('source-map-support/register') | ||
|
||
module.exports = require("ganache-core/public-exports.js"); | ||
module.exports.version = require("ganache-core/package.json").version; | ||
module.exports.to = require("ganache-core/lib/utils/to"); | ||
module.exports = require("@dexon-foundation/ganache-core/public-exports.js"); | ||
module.exports.version = require("@dexon-foundation/ganache-core/package.json").version; | ||
module.exports.to = require("@dexon-foundation/ganache-core/lib/utils/to"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.