Aurora logo

Aurora Testnet

RPC Endpoints

Chain ID: 0x4e454153 · ETH

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

Aurora Testnet uses ETH as its native currency. Chain ID: 1313161555 (0x4e454153). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Aurora Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://aurora-testnet.drpc.org
0x4e454153ETHExplorer
Checking
https://testnet.aurora.dev
0x4e454153ETHExplorer
Checking
https://aurora-testnet.gateway.tatum.io
0x4e454153ETHExplorer

Connect to Aurora Testnet with ethers.js

import { ethers } from "ethers";

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

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

Aurora Testnet — common questions

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