keep-network / keep-core

The smart contracts and reference client behind the Keep network
https://keep.network
MIT License
118 stars 73 forks source link

Support deployment on Sepolia #3706

Closed michalinacienciala closed 11 months ago

michalinacienciala commented 1 year ago

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, however it's not yet available - it's planned it will become widely accessible on Oct 1, 2023 (source). 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.

Refs: https://github.com/threshold-network/solidity-contracts/issues/150 https://github.com/keep-network/ci/pull/48 https://github.com/threshold-network/solidity-contracts/pull/151 https://github.com/keep-network/tbtc-v2/pull/691 https://github.com/threshold-network/token-dashboard/pull/605

michalinacienciala commented 12 months ago

Ready for review, but I don't want to merge this PR yet before I check the deployment, so leaving as draft for now.