Aurora logo

Aurora Mainnet

RPC Endpoints

Chain ID: 0x4e454152 · ETH

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

Aurora Mainnet uses ETH as its native currency. Chain ID: 1313161554 (0x4e454152). Below are 4 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Aurora Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://aurora.drpc.org
0x4e454152ETHExplorer
Checking
https://mainnet.aurora.dev
0x4e454152ETHExplorer
Checking
https://rpc.swiftnodes.io/rpc/aurora?key=demo
0x4e454152ETHExplorer
Checking
https://aurora-mainnet.gateway.tatum.io
0x4e454152ETHExplorer

Connect to Aurora Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Aurora Mainnet — common questions

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