From 192444e608cd3f3edda750fbd1b0080b794d73fd Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Fri, 24 Jan 2025 10:29:08 -0600 Subject: [PATCH 1/2] devnets: reduce duplicate info and point to the devnets website instead --- pages/stack/public-devnets.mdx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pages/stack/public-devnets.mdx b/pages/stack/public-devnets.mdx index 667585aa8..89d0ec472 100644 --- a/pages/stack/public-devnets.mdx +++ b/pages/stack/public-devnets.mdx @@ -46,12 +46,6 @@ Features must be included on a betanet before they can be deployed on a testnet. | Feature activation | Included and activated at genesis | Activated through a network upgrade | | Lifecycle | 5 weeks | Until replaced by the next betanet | -## Current devnets +## Current devnets -**Alpaca** - -* Launch date: 2025-01-15 -* Anticipated end-of-life: 2025-02-19 -* Scope: Adds updates to the L1 contracts to support upgrades via OP Contracts Manager. -* RPC endpoint: `` -* `manifest.yaml`: `` +A full list of active alpha- and betanets is available at . \ No newline at end of file From 9cbc6f5b096bcfa32ab82a747840e0b9dd696901 Mon Sep 17 00:00:00 2001 From: soyboy Date: Fri, 24 Jan 2025 12:14:42 -0800 Subject: [PATCH 2/2] fixing linter issue --- pages/stack/interop/superchain-erc20.mdx | 2 +- pages/stack/public-devnets.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/stack/interop/superchain-erc20.mdx b/pages/stack/interop/superchain-erc20.mdx index b74a5db72..be8c618e3 100644 --- a/pages/stack/interop/superchain-erc20.mdx +++ b/pages/stack/interop/superchain-erc20.mdx @@ -93,7 +93,7 @@ Setting this up in advance ensures tokens will benefit from interop when it beco Add this after the tutorial is written - For detailed, step-by-step instructions on implementing SuperchainERC20, refer to [Deploy assets using SuperchainERC20](/stack/interop/assets/deploy-superchain-erc20). + For detailed, step-by-step instructions on implementing SuperchainERC20, refer to [Deploy assets using SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20). */} diff --git a/pages/stack/public-devnets.mdx b/pages/stack/public-devnets.mdx index 89d0ec472..e1e6847e1 100644 --- a/pages/stack/public-devnets.mdx +++ b/pages/stack/public-devnets.mdx @@ -46,6 +46,6 @@ Features must be included on a betanet before they can be deployed on a testnet. | Feature activation | Included and activated at genesis | Activated through a network upgrade | | Lifecycle | 5 weeks | Until replaced by the next betanet | -## Current devnets +## Current devnets -A full list of active alpha- and betanets is available at . \ No newline at end of file +A full list of active alpha and betanets is available at [https://devnets.optimism.io/](https://devnets.optimism.io/).