From 6531b67e83f7293593b6dcb8bac3db7d431259db Mon Sep 17 00:00:00 2001 From: Geoffrey Hayes Date: Mon, 22 Jun 2020 22:36:55 -0700 Subject: [PATCH] Fix Yarn Reference for Ganache-Core 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. --- scenario/yarn.lock | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scenario/yarn.lock b/scenario/yarn.lock index de5c01205..12edabeea 100644 --- a/scenario/yarn.lock +++ b/scenario/yarn.lock @@ -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" diff --git a/yarn.lock b/yarn.lock index e44824d53..1abf7c1cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"