Zircuit logo

Zircuit Testnet

RPC Endpoints

Chain ID: 0xbf03 · ETH

Other Zircuit networks:MainnetGarfield
How to add Zircuit to MetaMask or other wallets

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

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://zircuit-testnet.drpc.org
0xbf03ETHExplorer
Checking
https://testnet.zircuit.com
0xbf03ETHExplorer

Connect to Zircuit Testnet with ethers.js

import { ethers } from "ethers";

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

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

Zircuit Testnet — common questions

What is the RPC URL for Zircuit Testnet?
There are 2 public RPC endpoints for Zircuit Testnet, including https://zircuit-testnet.drpc.org. See the full list in the table above.
What is the Chain ID for Zircuit Testnet?
The Chain ID for Zircuit Testnet is 48899 (0xbf03 in hexadecimal).
What is the native currency of Zircuit Testnet?
The native currency of Zircuit Testnet is ETH.
How do I add Zircuit Testnet to MetaMask?
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.