From 05c0dc09c91eabb3f79b24cd6f1d6fc1588a84ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Thir=C3=A9?= Date: Mon, 7 Sep 2026 11:55:44 +0200 Subject: [PATCH] docs: clarify Previewnet positioning and list it in EVM network info Previewnet's role: unlike Shadownet (which follows the Mainnet upgrade cycle), Previewnet may run the latest Tezos X features ahead of the other networks so builders can test them in advance. Reword the Previewnet and test-networks pages accordingly (upgrade 7 becomes an example rather than the definition) and add a Previewnet section to the EVM network information page, mirroring the Michelson one. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01YbGGjmt3xNghV56cyjcB2i --- docs/evm/get-started/network-information.mdx | 6 ++++++ docs/testing/previewnet.md | 5 +++-- docs/testing/testnet.mdx | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/evm/get-started/network-information.mdx b/docs/evm/get-started/network-information.mdx index 4a0a0883..6ea2affe 100644 --- a/docs/evm/get-started/network-information.mdx +++ b/docs/evm/get-started/network-information.mdx @@ -185,6 +185,12 @@ Shadownet Testnet is the primary test network for Etherlink. +## Tezos X Previewnet Testnet + +Tezos X Previewnet is a test network that, unlike Shadownet, may run the latest Tezos X features ahead of the other networks so that you can test them in advance. + +See the [Previewnet](/testing/previewnet) page for endpoints and network parameters. + ## Technical information Feature | Details | diff --git a/docs/testing/previewnet.md b/docs/testing/previewnet.md index 79af41fd..41c326af 100644 --- a/docs/testing/previewnet.md +++ b/docs/testing/previewnet.md @@ -2,8 +2,9 @@ title: Tezos X Previewnet test network --- -Tezos X Previewnet is a public test network running the upgrade-7 feature set ahead of the other networks. -It has allowed builders and integrators to experiment with both the EVM and Michelson interfaces and with cross-interface interactions ahead of the upgrade 7 on Mainnet. +Tezos X Previewnet is a public test network for previewing upcoming Tezos X features. +Unlike Shadownet, which follows the Mainnet upgrade cycle, Previewnet may run the latest Tezos X features ahead of the other networks so that builders and integrators can test them in advance. +For example, it made the EVM and Michelson interfaces and cross-interface interactions available for experimentation ahead of upgrade 7 on Mainnet. ## Resources diff --git a/docs/testing/testnet.mdx b/docs/testing/testnet.mdx index 4ffaaace..47f0c859 100644 --- a/docs/testing/testnet.mdx +++ b/docs/testing/testnet.mdx @@ -42,5 +42,5 @@ Examples of using test networks are on other pages in this documentation. ## Tezos X Previewnet -The [Tezos X Previewnet test network](/testing/previewnet) is a long-running test network that runs the upgrade-7 feature set (the Michelson interface and Native Atomic Composability) ahead of the other Etherlink networks. -Previewnet is still available for some time. \ No newline at end of file +The [Tezos X Previewnet test network](/testing/previewnet) is a long-running test network that, unlike Shadownet, may run the latest Tezos X features ahead of the other Etherlink networks so that you can test them in advance. +For example, it ran the Michelson interface and Native Atomic Composability before they were available on Mainnet. \ No newline at end of file