BNB Smart Chain Testnet
RPC EndpointsChain ID: 0x61 · tBNB
BNB Smart Chain Testnet uses tBNB as its native currency. Chain ID: 97 (0x61). Below are 4 public RPC endpoints you can use to connect wallets, dApps, and developer tools to BNB Smart Chain Testnet.
Connect to BNB Smart Chain Testnet with ethers.js
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://bsc-testnet.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 97nBNB Smart Chain Testnet — common questions
What is the RPC URL for BNB Smart Chain Testnet?
There are 4 public RPC endpoints for BNB Smart Chain Testnet, including https://bsc-testnet.drpc.org. See the full list in the table above.
What is the Chain ID for BNB Smart Chain Testnet?
The Chain ID for BNB Smart Chain Testnet is 97 (0x61 in hexadecimal).
What is the native currency of BNB Smart Chain Testnet?
The native currency of BNB Smart Chain Testnet is tBNB.
How do I add BNB Smart Chain Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add BNB Smart Chain Testnet to MetaMask automatically, or follow our step-by-step guide for BNB Smart Chain.