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.
[x] Configure and deploy @keep-network/tbtc-v2-arbitrum on Arbitrum Sepolia - https://github.com/keep-network/tbtc-v2/pull/753 (blocked by Bridge Portal not supporting Arbitrum Sepolia target network)
[x] Configure and deploy @keep-network/tbtc-v2-optimism on Optimism Sepolia - https://github.com/keep-network/tbtc-v2/pull/752 (blocked by Bridge Portal not supporting Optimism Sepolia target network)
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:
@keep-network/tbtc-v2-base
on Base Sepolia - https://github.com/keep-network/tbtc-v2/pull/742 (blocked by Bridge Portal not supporting Base Sepolia target network)@keep-network/tbtc-v2-arbitrum
on Arbitrum Sepolia - https://github.com/keep-network/tbtc-v2/pull/753 (blocked by Bridge Portal not supporting Arbitrum Sepolia target network)@keep-network/tbtc-v2-optimism
on Optimism Sepolia - https://github.com/keep-network/tbtc-v2/pull/752 (blocked by Bridge Portal not supporting Optimism Sepolia target network)@keep-network/tbtc-v2-polygon
on Amoy - https://github.com/keep-network/tbtc-v2/pull/751 (blocked by Wormhole and Bridge Portal not supporting Amoy)Cleanup:
goerli
-related NPM packages (we can also do a cleanup of other obsolete packages)Other:
optimistic-minting
's integration tests for Sepolia contracts