Skip to content

Commit

Permalink
Fix Yarn Reference for Ganache-Core
Browse files Browse the repository at this point in the history
The current `yarn.lock` references a commit of the Compound fork of ganache-core that is no longer accessible. We switch to the correct commit for this library which fixes yarn resolution and allows tests and coverage to run correctly.
  • Loading branch information
hayesgm committed Jun 23, 2020
1 parent 9e2685e commit 6531b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scenario/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4914,7 +4914,7 @@ functional-red-black-tree@^1.0.1, functional-red-black-tree@~1.0.1:

ganache-core@^2.6.0, ganache-core@^2.9.1, "ganache-core@https://github.com/compound-finance/ganache-core.git#compound":
version "2.9.1"
resolved "https://github.com/compound-finance/ganache-core.git#1d1610a2a0b921e2120fade845658c6238100e21"
resolved "https://github.com/compound-finance/ganache-core.git#f779cc61864176c8432caed0cc7f698d58113947"
dependencies:
abstract-leveldown "3.0.0"
async "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4459,7 +4459,7 @@ functional-red-black-tree@^1.0.1, functional-red-black-tree@~1.0.1:

ganache-core@^2.9.0-istanbul.0, ganache-core@^2.9.1, "ganache-core@https://github.com/compound-finance/ganache-core.git#compound":
version "2.9.1"
resolved "https://github.com/compound-finance/ganache-core.git#1d1610a2a0b921e2120fade845658c6238100e21"
resolved "https://github.com/compound-finance/ganache-core.git#f779cc61864176c8432caed0cc7f698d58113947"
dependencies:
abstract-leveldown "3.0.0"
async "2.6.2"
Expand Down

0 comments on commit 6531b67

Please sign in to comment.