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 #114 from threshold-network/ci-goerli
Add support for deployment on Goerli testnet Görli became a recommended test network after Ropsten's deprecation notice (https://blog.ethereum.org/2022/06/21/testnet-deprecation/). We're modifying GitHub Actions workflow for deploying contracts to support the deployment on Görli. We're also leaving the possibility of deployment on Ropsten (this will be removed once we have the Görli deployment battle-tested and Ropsten gets shut down). We also change the way we handle `keep-core` dependency - in V2 of our system we'll no longer planning to publish new `keep-core` packages - hence we hardcode used version of the package for given testnet.
- Loading branch information