Filecoin logo

Filecoin Calibration Testnet

RPC Endpoints

Chain ID: 0x4cb2f · FIL

Other Filecoin networks:Mainnet
How to add Filecoin to MetaMask or other wallets

Filecoin Calibration Testnet uses FIL as its native currency. Chain ID: 314159 (0x4cb2f). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Filecoin Calibration Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://filecoin-calibration.drpc.org/
0x4cb2fFILExplorer
Checking
https://api.calibration.node.glif.io/rpc/v1
0x4cb2fFILExplorer

Connect to Filecoin Calibration Testnet with ethers.js

import { ethers } from "ethers";

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

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

Filecoin Calibration Testnet — common questions

What is the RPC URL for Filecoin Calibration Testnet?
There are 2 public RPC endpoints for Filecoin Calibration Testnet, including https://filecoin-calibration.drpc.org/. See the full list in the table above.
What is the Chain ID for Filecoin Calibration Testnet?
The Chain ID for Filecoin Calibration Testnet is 314159 (0x4cb2f in hexadecimal).
What is the native currency of Filecoin Calibration Testnet?
The native currency of Filecoin Calibration Testnet is FIL.
How do I add Filecoin Calibration Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add Filecoin Calibration Testnet to MetaMask automatically, or follow our step-by-step guide for Filecoin.