-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contract installation command in README
- Loading branch information
1 parent
78c0db2
commit 59e2529
Showing
1 changed file
with
6 additions
and
2 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 |
---|---|---|
|
@@ -58,13 +58,17 @@ REACT_APP_MULTICALL_ADDRESS=$MULTICALL_ADDRESS | |
|
||
``` | ||
yarn upgrade @threshold-network/solidity-contracts@goerli \ | ||
@keep-network/keep-core@goerli \ | ||
@keep-network/keep-core@1.8.1-goerli.0 \ | ||
@keep-network/keep-ecdsa@goerli \ | ||
@keep-network/tbtc@goerli \ | ||
@keep-network/coverage-pools@goerli | ||
``` | ||
|
||
**NOTE:** The `token-dashboard` package contains an indirect dependency to | ||
**NOTE 1:** We provide explicit version of the `keep-core` package, because | ||
using `goerli` tag results in `expected manifest` error - probably caused by bug | ||
in Yarn: https://github.com/yarnpkg/yarn/issues/4731. | ||
|
||
**NOTE 2:** The `token-dashboard` package contains an indirect dependency to | ||
`@summa-tx/[email protected]` package, which downloads one of its sub-dependencies | ||
via unathenticated `git://` protocol. That protocol is no longer supported by | ||
GitHub. This means that in certain situations installation of the package or | ||
|