Injective logo

Injective Testnet

RPC Endpoints

Chain ID: injective-888 · INJ

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

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

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

Connect to Injective Testnet with ethers.js

import { ethers } from "ethers";

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

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

Injective Testnet — common questions

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