Cronos logo

Cronos Testnet

RPC Endpoints

Chain ID: 0x152 · TCRO

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

Cronos Testnet uses TCRO as its native currency. Chain ID: 338 (0x152). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Cronos Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://cronos-testnet.drpc.org/
0x152TCROExplorer
Checking
https://evm-t3.cronos.org
0x152TCROExplorer
Checking
https://cro-testnet.gateway.tatum.io
0x152TCROExplorer

Connect to Cronos Testnet with ethers.js

import { ethers } from "ethers";

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

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

Cronos Testnet — common questions

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