Zircuit Testnet RPC EndpointsZircuit Testnet uses ETH as its native currency. Its Chain ID is 48899 (0xbf03). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Zircuit Testnet.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Zircuit | https://zircuit-testnet.drpc.org | 0xbf03 | ETH | https://explorer.zircuit.com | |
⏳Zircuit | https://testnet.zircuit.com | 0xbf03 | ETH | https://explorer.zircuit.com |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://zircuit-testnet.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 48899nThere are 2 public RPC endpoints for Zircuit Testnet, including https://zircuit-testnet.drpc.org. See the full list in the table above.
The Chain ID for Zircuit Testnet is 48899 (0xbf03 in hexadecimal).
The native currency of Zircuit Testnet is ETH.
Use the "Add to Wallet" button on this page to add Zircuit Testnet to MetaMask automatically, or follow our step-by-step guide for Zircuit.