Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/evm/get-started/network-information.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ Shadownet Testnet is the primary test network for Etherlink<!--TX-->.
</tbody>
</table>

## 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 |
Expand Down
5 changes: 3 additions & 2 deletions docs/testing/previewnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/testing/testnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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<!--TX--> networks.
Previewnet is still available for some time.
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<!--TX--> 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.
Loading