Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support deployment on Sepolia #151

Merged
merged 7 commits into from
Sep 19, 2023
Merged

Support deployment on Sepolia #151

merged 7 commits into from
Sep 19, 2023

Commits on Sep 6, 2023

  1. Support deployment on Sepolia

    The Görli testnet currently used by Threshold/Keep for development purposes is
    planned to become deprecated with the end of year 2023. The testnet that is
    planned to replace it is called
    [Holešky](https://github.com/eth-clients/holesky), however it's not yet
    available - it's planned it will become widely accessible on Oct 1, 2023
    ([source](https://everstake.one/blog/new-ethereum-testnet-holesky-all-you-need-to-know-now)).
    Switching our infrastructure to support new testnet is quite time consuming, so
    moving directly from Görli to Holešky may be quite risky, especially if there
    would be some delays in the date of Holešky genesis (not meeting the planned
    timelines is not a rare occurrence in the Ethereum space). As a solution, we
    decided to switch first to another testnet that is currently live - Sepolia.
    This testnet's EOL is planned for 2026, which gives us plenty of time to move to
    Holešky before Sepolia gets deprecated.
    michalinacienciala committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d1a880d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Make environment input required

    There is no scenario were we wouldn't need to provide an `environment` when
    manually triggering the workflow run.
    michalinacienciala committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    440c305 View commit details
    Browse the repository at this point in the history
  2. Rename common testnet GH secrets

    We don't need to differenciate between Sepolia and Goerli secrets storing
    private keys of the deployers - in both cases we're using the same deployer
    address.
    michalinacienciala committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e2c80e6 View commit details
    Browse the repository at this point in the history
  3. Provide keepRegistryKeeper address for Sepolia

    We're using the same address to deploy Keep and Threshold contracts on Sepolia
    as on Goerli.
    michalinacienciala committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    98c55d7 View commit details
    Browse the repository at this point in the history
  4. Remove Ropsten-related configuration

    The Ropsten testnet is depracated.
    michalinacienciala committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    86df3d5 View commit details
    Browse the repository at this point in the history
  5. Update values of environment variables

    We've been using the same account to deploy Keep and Threshold contracts
    (both on Goerli and Sepolia).
    michalinacienciala committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e35e4f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50abb8f View commit details
    Browse the repository at this point in the history