MultiversX logo

MultiversX Devnet

RPC Endpoints

Chain ID: EGLD · EGLD

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

MultiversX Devnet uses EGLD as its native currency. Chain ID: 14 (EGLD). Below is a public RPC endpoint you can use to connect wallets, dApps, and developer tools to MultiversX Devnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://egld-devnet.gateway.tatum.io
EGLDEGLDExplorer

Connect to MultiversX Devnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://egld-devnet.gateway.tatum.io");

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

MultiversX Devnet — common questions

What is the RPC URL for MultiversX Devnet?
The public RPC URL for MultiversX Devnet is https://egld-devnet.gateway.tatum.io.
What is the Chain ID for MultiversX Devnet?
The Chain ID for MultiversX Devnet is 14 (EGLD in hexadecimal).
What is the native currency of MultiversX Devnet?
The native currency of MultiversX Devnet is EGLD.
How do I add MultiversX Devnet to MetaMask?
Use the "Add to Wallet" button on this page to add MultiversX Devnet to MetaMask automatically, or follow our step-by-step guide for MultiversX.