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