You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #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.
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 #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 - Add Sepolia / Base Sepolia support for Base cross-chain keep-network/tbtc-v2#742 (blocked by Bridge Portal not supporting Base Sepolia target network)@keep-network/tbtc-v2-arbitrum
on Arbitrum Sepolia - Add Sepolia / Arbitrum Sepolia support for Arbitrum cross-chain keep-network/tbtc-v2#753 (blocked by Bridge Portal not supporting Arbitrum Sepolia target network)@keep-network/tbtc-v2-optimism
on Optimism Sepolia - Add Sepolia / Optimism Sepolia support for Optimism cross-chain keep-network/tbtc-v2#752 (blocked by Bridge Portal not supporting Optimism Sepolia target network)@keep-network/tbtc-v2-polygon
on Amoy - Add Sepolia support for Polygon cross-chain keep-network/tbtc-v2#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 contractsThe text was updated successfully, but these errors were encountered: