Skip to content

Commit

Permalink
Update ganache-core to use coin type 237
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsuan Lee committed Dec 12, 2018
1 parent 4c8faf9 commit 661ada7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dexon-foundation/ganache-cli",
"version": "6.2.4",
"version": "6.2.5",
"bin": {
"dexon-ganache-cli": "cli.js"
},
Expand All @@ -22,7 +22,7 @@
"yargs"
],
"devDependencies": {
"@dexon-foundation/ganache-core": "^2.3.1",
"@dexon-foundation/ganache-core": "^2.3.2",
"js-scrypt": "0.2.0",
"node-loader": "^0.6.0",
"on-build-webpack": "^0.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
rustbn.js "~0.2.0"
safe-buffer "^5.1.1"

"@dexon-foundation/ganache-core@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@dexon-foundation/ganache-core/-/ganache-core-2.3.1.tgz#b4def936812ad3c27e82fba08a29a42a441fadc1"
"@dexon-foundation/ganache-core@^2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@dexon-foundation/ganache-core/-/ganache-core-2.3.2.tgz#f3fe8a067462902d30cb07d4e9c8091b2b09c932"
dependencies:
"@dexon-foundation/ethereumjs-vm" "^2.4.3"
"@dexon-foundation/web3-provider-engine" "^14.1.1"
Expand Down

0 comments on commit 661ada7

Please sign in to comment.