Injective logo

Injective Mainnet

RPC Endpoints

Chain ID: injective-1 · INJ

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

Injective Mainnet uses INJ as its native currency. Chain ID: NaN (injective-1). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Injective Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://sentry.lcd.injective.network:443
injective-1INJExplorer
Checking
https://injective.drpc.org
injective-1INJExplorer

Connect to Injective Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://sentry.lcd.injective.network:443");

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

Injective Mainnet — common questions

What is the RPC URL for Injective Mainnet?
There are 2 public RPC endpoints for Injective Mainnet, including https://sentry.lcd.injective.network:443. See the full list in the table above.
What is the Chain ID for Injective Mainnet?
The Chain ID for Injective Mainnet is NaN (injective-1 in hexadecimal).
What is the native currency of Injective Mainnet?
The native currency of Injective Mainnet is INJ.
How do I add Injective Mainnet to MetaMask?
Use the "Add to Wallet" button on this page to add Injective Mainnet to MetaMask automatically, or follow our step-by-step guide for Injective.