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

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Cronos | https://cronos-testnet.drpc.org/ | 0x152 | TCRO | https://explorer.cronos.org/testnet | |
⏳Cronos | https://evm-t3.cronos.org | 0x152 | TCRO | https://explorer.cronos.org/testnet |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://cronos-testnet.drpc.org/");
const network = await provider.getNetwork();
console.log(network.chainId); // 338nThere are 2 public RPC endpoints for Cronos Testnet, including https://cronos-testnet.drpc.org/. See the full list in the table above.
The Chain ID for Cronos Testnet is 338 (0x152 in hexadecimal).
The native currency of Cronos Testnet is TCRO.
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.