Ronin logo

Ronin Mainnet

RPC Endpoints

Chain ID: 0x7e4 · RON

Other Ronin networks:Testnet
How to add Ronin to MetaMask or other wallets

Ronin Mainnet uses RON as its native currency. Chain ID: 2020 (0x7e4). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Ronin Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://ronin.drpc.org/
0x7e4RONExplorer
Checking
https://api.roninchain.com/rpc
0x7e4RONExplorer
Checking
https://ronin-mainnet.gateway.tatum.io
0x7e4RONExplorer

Connect to Ronin Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://ronin.drpc.org/");

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

Ronin Mainnet — common questions

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