-
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.
Merge pull request #709 from threshold-network/remove-coverage-pools-…
…references Remove all references to coverage pools Closes: #668 Removes all references to coverage pools including adding it's tvl to the total tvl value. Thanks to this we can remove `@keep-network/coverage-pools` and `@threshold-network/coverage-pools` libs. Note: `useFetchTvl.test.jsx` test is not working after our tbtc-v2.ts 2.3 integration. All non-working tests should be improved in a separate Pull Request.
- Loading branch information
Showing
16 changed files
with
19 additions
and
236 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
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
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
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 |
---|---|---|
|
@@ -26,27 +26,20 @@ REACT_APP_MULTICALL_ADDRESS=$MULTICALL_ADDRESS | |
## Install Sepolia contracts | ||
|
||
``` | ||
yarn upgrade @keep-network/coverage-pools@sepolia \ | ||
@keep-network/keep-core@sepolia \ | ||
yarn upgrade @keep-network/keep-core@sepolia \ | ||
@keep-network/keep-ecdsa@sepolia \ | ||
@keep-network/random-beacon@sepolia \ | ||
@keep-network/tbtc@sepolia \ | ||
@threshold-network/coverage-pools@npm:@keep-network/coverage-pools@sepolia \ | ||
@threshold-network/solidity-contracts@sepolia | ||
``` | ||
|
||
**NOTE 1:** We use the same Sepolia versions for both | ||
`@keep-network/coverage-pools` and `@threshold-network/coverage-pools`, because | ||
we don't have the v1 version of the package on Sepolia network, only on the | ||
Mainnet. | ||
|
||
**NOTE 2:** If you encounter an `expected manifest` error while executing this, | ||
**NOTE 1:** If you encounter an `expected manifest` error while executing this, | ||
then try providing an explicit version of the `keep-core` package: | ||
`@keep-network/[email protected]` | ||
The error is probably caused by a bug in Yarn: | ||
https://github.com/yarnpkg/yarn/issues/4731. | ||
|
||
**NOTE 3:** The `token-dashboard` package contains an indirect dependency to | ||
**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 | ||
|
@@ -66,12 +59,10 @@ Ref: https://github.com/keep-network/tbtc-v2/pull/403 | |
Instead of the goerli contracts above you can also use `dapp-development-sepolia` contracts. They offer shorter durations for some specific elements in the contracts in comparison to goerli/mainnet and also allow to manually control mint and unmint process of tbtc-v2 (for more information see please see https://github.com/keep-network/tbtc-v2/pull/403) To install sepolia-dev contracts run: | ||
|
||
``` | ||
yarn upgrade @keep-network/coverage-pools@sepolia \ | ||
@keep-network/keep-core@sepolia \ | ||
yarn @keep-network/keep-core@sepolia \ | ||
@keep-network/keep-ecdsa@sepolia \ | ||
@keep-network/random-beacon@dapp-development-sepolia \ | ||
@keep-network/tbtc@sepolia \ | ||
@threshold-network/coverage-pools@npm:@keep-network/coverage-pools@sepolia \ | ||
@threshold-network/solidity-contracts@dapp-development-sepolia | ||
``` | ||
|
||
|
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
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
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
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
Oops, something went wrong.