Skip to content

trilitech/tezos-x-previewnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Tezos X Previewnet

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/


Network identifiers

Interface CAIP-2 Chain ID
EVM interface eip155:128064 128064
Michelson interface tezos:NetXY2oPPzkxUW1 NetXY2oPPzkxUW1

Endpoints

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

Get tokens

Use the faucet to fund your accounts on both interfaces:

Faucet: https://faucet.previewnet.tezosx.nomadic-labs.com


Bridge

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

Add to your wallet

MetaMask (EVM interface)

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

Temple / octez-client (Michelson interface)

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 update

WalletConnect / Reown

Decentralized 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

Quick connectivity check

# 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_id

Rollup identifier

sr1TCYofXUuJjmQvZ26XE4YAwXdfetQfZ6rR

About

All the information you should know about the first public testnet for Tezos X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors