MultiversX logo

MultiversX Testnet

RPC Endpoints

Chain ID: EGLD · EGLD

Other MultiversX networks:MainnetDevnet
How to add MultiversX to MetaMask or other wallets

MultiversX Testnet uses EGLD as its native currency. Chain ID: 14 (EGLD). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to MultiversX Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://testnet-gateway.multiversx.com
EGLDEGLDExplorer
Checking
https://egld-testnet.gateway.tatum.io
EGLDEGLDExplorer

Connect to MultiversX Testnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://testnet-gateway.multiversx.com");

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

MultiversX Testnet — common questions

What is the RPC URL for MultiversX Testnet?
There are 2 public RPC endpoints for MultiversX Testnet, including https://testnet-gateway.multiversx.com. See the full list in the table above.
What is the Chain ID for MultiversX Testnet?
The Chain ID for MultiversX Testnet is 14 (EGLD in hexadecimal).
What is the native currency of MultiversX Testnet?
The native currency of MultiversX Testnet is EGLD.
How do I add MultiversX Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add MultiversX Testnet to MetaMask automatically, or follow our step-by-step guide for MultiversX.