-
Notifications
You must be signed in to change notification settings - Fork 37
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
Remove support for Goerli testnet #755
Conversation
As the Goerli testnet will become deprecated with end of year 2023 and we've already migrated to Sepolia testnet where we could, we'll no longer need the Goerli-related code past that date.
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/tbtc-v2/actions/runs/7031088885 check. |
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/tbtc-v2/actions/runs/7031306134 check. |
As Wormhole does not support Sepolia-base L2 chains yet, we decided to still use Goerli for the cross-chainprojects (it's still live, despite EOL planned for 2023 EOY). So we're restoring the Goerli config in those projecst and we will remove it once Wormhole supports Sepolia L2s (or Goerli becomes unusable).
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/tbtc-v2/actions/runs/7477581060 check. |
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/tbtc-v2/actions/runs/7695578503 check. |
As the Goerli testnet will become deprecated with end of year 2023 and we've already migrated to Sepolia testnet where we could, we'll no longer need the Goerli-related code past that date.
[UPDATE post-2023]: As Wormhole does not support Sepolia-base L2 chains yet, we decided to still use Goerli for the cross-chainp rojects (Goerli it's still live, despite EOL planned for 2023 EOY). So we're not removing Goerli config from the cross-chain projects - we will handle that in a later date (once Wormhole supports Sepolia L2s or Goerli becomes unusable).
Ref: threshold-network/solidity-contracts#150