Core logo

Core Mainnet

RPC Endpoints

Chain ID: 0x45c · CORE

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

Core Mainnet uses CORE as its native currency. Chain ID: 1116 (0x45c). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Core Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://core.drpc.org/
0x45cCOREExplorer
Checking
https://rpc.coredao.org
0x45cCOREExplorer
Checking
https://rpc.swiftnodes.io/rpc/core?key=demo
0x45cCOREExplorer

Connect to Core Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Core Mainnet — common questions

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