ZetaChain logo

ZetaChain Testnet

RPC Endpoints

Chain ID: 0x1b58 · ZETA

Other ZetaChain networks:Mainnet
How to add ZetaChain to MetaMask or other wallets

ZetaChain Testnet uses ZETA as its native currency. Chain ID: 7000 (0x1b58). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to ZetaChain Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://zeta-chain-testnet.drpc.org
0x1b58ZETAExplorer
Checking
https://zetachain-athens-evm.blockpi.network/v1/rpc/public
0x1b58ZETAExplorer
Checking
https://rpc.swiftnodes.io/rpc/zetachain?key=demo
0x1b58ZETAExplorer

Connect to ZetaChain Testnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://zeta-chain-testnet.drpc.org");

const network = await provider.getNetwork();
console.log(network.chainId); // 7000n

ZetaChain Testnet — common questions

What is the RPC URL for ZetaChain Testnet?
There are 3 public RPC endpoints for ZetaChain Testnet, including https://zeta-chain-testnet.drpc.org. See the full list in the table above.
What is the Chain ID for ZetaChain Testnet?
The Chain ID for ZetaChain Testnet is 7000 (0x1b58 in hexadecimal).
What is the native currency of ZetaChain Testnet?
The native currency of ZetaChain Testnet is ZETA.
How do I add ZetaChain Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add ZetaChain Testnet to MetaMask automatically, or follow our step-by-step guide for ZetaChain.