Lens Network logo

Lens Network Testnet

RPC Endpoints

Chain ID: 37111 · GRASS

Other Lens Network networks:Mainnet
How to add Lens Network to MetaMask or other wallets

Lens Network Testnet uses GRASS as its native currency. Chain ID: 225553 (37111). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Lens Network Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://rpc.testnet.lens.dev
37111GRASSExplorer
Checking
https://lens-testnet.drpc.org
37111GRASSExplorer

Connect to Lens Network Testnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://rpc.testnet.lens.dev");

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

Lens Network Testnet — common questions

What is the RPC URL for Lens Network Testnet?
There are 2 public RPC endpoints for Lens Network Testnet, including https://rpc.testnet.lens.dev. See the full list in the table above.
What is the Chain ID for Lens Network Testnet?
The Chain ID for Lens Network Testnet is 225553 (37111 in hexadecimal).
What is the native currency of Lens Network Testnet?
The native currency of Lens Network Testnet is GRASS.
How do I add Lens Network Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add Lens Network Testnet to MetaMask automatically, or follow our step-by-step guide for Lens Network.