Long-running preview network for Tezos X. Runs both the EVM interface and the Michelson interface on the same rollup, enabling cross-runtime development and testing.
Network portal:
https://previewnet.tezosx.nomadic-labs.com/
| Interface | CAIP-2 | Chain ID |
|---|---|---|
| EVM interface | eip155:128064 |
128064 |
| Michelson interface | tezos:NetXY2oPPzkxUW1 |
NetXY2oPPzkxUW1 |
| Service | URL |
|---|---|
| EVM JSON-RPC | https://evm.previewnet.tezosx.nomadic-labs.com |
| Tezos RPC (Michelson interface) | https://michelson.previewnet.tezosx.nomadic-labs.com |
| Blockscout (EVM explorer) | https://blockscout.previewnet.tezosx.nomadic-labs.com |
| TzKT (Tezos indexer) | https://tzkt.previewnet.tezosx.nomadic-labs.com |
| Faucet | https://faucet.previewnet.tezosx.nomadic-labs.com |
Use the faucet to fund your accounts on both interfaces:
Faucet:
https://faucet.previewnet.tezosx.nomadic-labs.com
Move XTZ between Tezos L1 and the Tezos X Previewnet. Supports both deposit and withdraw flows through a single interface.
Bridge:
https://bridge.previewnet.tezosx.nomadic-labs.com/
L1 contracts:
| Contract | Address |
|---|---|
| Bridge | KT1DUaf49SNALJRSB8R45TvEtgVi2xZnCh8B |
| Delayed Bridge | KT1NVGmkSgJx4nkRSeVpQs8QvYRBZ58kewdS |
| Ticketer | KT1FcWeWiEC7Ve5JMdZpKyvaFdsJv7n4GFzi |
| Field | Value |
|---|---|
| Network name | Tezos X Previewnet |
| RPC URL | https://evm.previewnet.tezosx.nomadic-labs.com |
| Chain ID | 128064 |
| Currency symbol | XTZ |
| Block explorer | https://blockscout.previewnet.tezosx.nomadic-labs.com |
| Field | Value |
|---|---|
| RPC URL | https://michelson.previewnet.tezosx.nomadic-labs.com |
| Chain ID | NetXY2oPPzkxUW1 |
octez-client --endpoint https://michelson.previewnet.tezosx.nomadic-labs.com \
config updateDecentralized apps can connect to Tezos X Previewnet via WalletConnect using the Reown project ID below. The Blockscout explorer's contract Read/Write tabs use this project ID by default.
| Field | Value |
|---|---|
| Reown / WalletConnect project ID | d9e485a41c494fde4e23c8cdc06db59c |
# EVM chain ID
curl -s -X POST https://evm.previewnet.tezosx.nomadic-labs.com \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
# Tezos chain ID
curl -s https://michelson.previewnet.tezosx.nomadic-labs.com/chains/main/chain_idsr1TCYofXUuJjmQvZ26XE4YAwXdfetQfZ6rR