-
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.
In commit 29853e3 we've removed `@keep-network/ecdsa` dependency, we no longer need to set the version of the corresponding package.
- Loading branch information
1 parent
0acc7c1
commit d11e9df
Showing
1 changed file
with
2 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 |
---|---|---|
|
@@ -113,7 +113,6 @@ jobs: | |
query: | | ||
threshold-contracts-version = github.com/threshold-network/solidity-contracts#version | ||
random-beacon-contracts-version = github.com/keep-network/keep-core/random-beacon#version | ||
ecdsa-contracts-version = github.com/keep-network/keep-core/ecdsa#version | ||
tbtc-v2-contracts-version = github.com/keep-network/tbtc-v2#version | ||
tbtc-v2-ts-version = github.com/keep-network/tbtc-v2.ts#version | ||
|
@@ -160,7 +159,8 @@ jobs: | |
@keep-network/tbtc@${{ inputs.environment }} \ | ||
@keep-network/[email protected] \ | ||
@threshold-network/coverage-pools@npm:@keep-network/coverage-pools@${{ inputs.environment }} \ | ||
@keep-network/random-beacon@${{ steps.set-packages-versions.outputs.random-beacon-contracts-version }} \ | ||
@keep-network/random-beacon@${{ steps.set-packages-versions.outputs.random-beacon-contracts-version }} | ||
- name: Run postinstall script | ||
shell: bash | ||
# `yarn upgrade` doesn't trigger the `postinstall` script. | ||
|