threshold-network / solidity-contracts

39 stars 18 forks source link

Deploy cross-chain projects on Sepolia, cleanup Goerli #163

Open michalinacienciala opened 9 months ago

michalinacienciala commented 9 months ago

With the end of 2023 Goerli testnet officially became deprecated (although it's nod dead completely, as there are still plenty active validators there). Projects using the testnet were advised to switch to using Sepolia or newly started Holesky testnet.

We've decided to move our config to Sepolia (as it was integrated into more projects we use than Holesky). In https://github.com/threshold-network/solidity-contracts/issues/150 we identified the tasks needed for the Goerli -> Sepolia migration and we've executed everything that wasn't blocked due to external factors. As the main objective of that task was fulfilled (we moved the crucial components to Sepolia) and task was becoming hard to manage due to many subtasks, we decided to close that one and create a new one, just for the outstanding/blocked tasks. The main work blocked at the moment is deployment of the cross-chain projects due to Wormhole / Bridge Portal not supporting some L2 testnet chains. Also some of the Goerli cleanup tasks were left for later and we also have some PRs that are ready for review, but not merged yet. We list all those outstanding tasks below.

Cross-chain deployments:

Cleanup:

Other: