re.al logo

re.al Mainnet

RPC Endpoints

Chain ID: 0x1b254 · reETH

How to add re.al to MetaMask or other wallets

re.al Mainnet uses reETH as its native currency. Chain ID: 111188 (0x1b254). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to re.al Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://real.drpc.org/
0x1b254reETHExplorer
Checking
https://real-evm.api.onfinality.io/public
0x1b254reETHExplorer

Connect to re.al Mainnet with ethers.js

import { ethers } from "ethers";

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

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

re.al Mainnet — common questions

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