Skip to content

Commit

Permalink
fix: custom ganache
Browse files Browse the repository at this point in the history
  • Loading branch information
krogla committed Feb 7, 2024
1 parent 94b33b5 commit fc6c004
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 52 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion _ganache
Submodule _ganache deleted from 655bcb
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"license": "MIT",
"readme": "README.md",
"homepage": "https://mainnet.lido.fi",
"scripts": {
"postinstall": "yarn patch:ganache",
"patch:ganache": "node patch-ganache-7.9.2.js"
},
"dependencies": {
"ganache": "=7.9.2"
"@lido-js/ganache": "=7.9.2-lido"
}
}
22 changes: 0 additions & 22 deletions patch-ganache-7.9.2.js

This file was deleted.

42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
# yarn lockfile v1


"@lido-js/ganache@=7.9.2-lido":
version "7.9.2-lido"
resolved "https://registry.yarnpkg.com/@lido-js/ganache/-/ganache-7.9.2-lido.tgz#927611f015c72dbb0d68767ce69dc8f1b2bba6b8"
integrity sha512-q40Q3760CCn4rzg7prpiuPw9sYSKnrVKcIQupqrgAnWagr/I3FkUmNNhBWw4rQpPla4K50vyOJoUtPnN+hRx9g==
dependencies:
"@trufflesuite/bigint-buffer" "1.1.10"
"@trufflesuite/uws-js-unofficial" "20.30.0-unofficial.0"
"@types/bn.js" "^5.1.0"
"@types/lru-cache" "5.1.1"
"@types/seedrandom" "3.0.1"
abstract-level "1.0.3"
abstract-leveldown "7.2.0"
async-eventemitter "0.2.4"
emittery "0.10.0"
keccak "3.0.2"
leveldown "6.1.0"
secp256k1 "4.0.3"
optionalDependencies:
bufferutil "4.0.5"
utf-8-validate "5.0.7"

"@trufflesuite/[email protected]":
version "1.1.10"
resolved "https://registry.yarnpkg.com/@trufflesuite/bigint-buffer/-/bigint-buffer-1.1.10.tgz#a1d9ca22d3cad1a138b78baaf15543637a3e1692"
Expand Down Expand Up @@ -142,27 +163,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.10.0.tgz#bb373c660a9d421bb44706ec4967ed50c02a8026"
integrity sha512-AGvFfs+d0JKCJQ4o01ASQLGPmSCxgfU9RFXvzPvZdjKK8oscynksuJhWrSTSw7j7Ep/sZct5b5ZhYCi8S/t0HQ==

ganache@=7.9.2:
version "7.9.2"
resolved "https://registry.yarnpkg.com/ganache/-/ganache-7.9.2.tgz#77f506ad2735dd9109696ffa1834a9dd2f806449"
integrity sha512-7gsVVDpO9AhrFyDMWWl7SpMsPpqGcnAzjxz3k32LheIPNd64p2XsY9GYRdhWmKuryb60W1iaWPZWDkFKlbRWHA==
dependencies:
"@trufflesuite/bigint-buffer" "1.1.10"
"@trufflesuite/uws-js-unofficial" "20.30.0-unofficial.0"
"@types/bn.js" "^5.1.0"
"@types/lru-cache" "5.1.1"
"@types/seedrandom" "3.0.1"
abstract-level "1.0.3"
abstract-leveldown "7.2.0"
async-eventemitter "0.2.4"
emittery "0.10.0"
keccak "3.0.2"
leveldown "6.1.0"
secp256k1 "4.0.3"
optionalDependencies:
bufferutil "4.0.5"
utf-8-validate "5.0.7"

hash.js@^1.0.0, hash.js@^1.0.3:
version "1.1.7"
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
Expand Down

0 comments on commit fc6c004

Please sign in to comment.