Zircuit logoZircuit Testnet RPC Endpoints

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

Other Zircuit 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
Zircuit

https://zircuit-testnet.drpc.org

0xbf03ETHhttps://explorer.zircuit.com
Zircuit

https://testnet.zircuit.com

0xbf03ETHhttps://explorer.zircuit.com

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 FAQ

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.