Cronos logoCronos Testnet RPC Endpoints

Cronos 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.

Other Cronos Networks:

dRPC Logo

dRPC

Decentralized RPC Network

100+ blockchain RPCs

No rate limits

For builders and traders

Connect via dRPC
BlockchainRPC URLChain IDNative CurrencyBlock ExplorerActions
Cronos

https://cronos-testnet.drpc.org/

0x152TCROhttps://explorer.cronos.org/testnet
Cronos

https://evm-t3.cronos.org

0x152TCROhttps://explorer.cronos.org/testnet

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 FAQ

What is the RPC URL for Cronos Testnet?

There are 2 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.