Robinhood Chain logo

Robinhood Chain Testnet

RPC Endpoints

Chain ID: 0xB636 · ETH

Other Robinhood Chain networks:Mainnet
How to add Robinhood Chain to MetaMask or other wallets

Robinhood Chain Testnet uses ETH as its native currency. Chain ID: 46646 (0xB636). Below is a public RPC endpoint you can use to connect wallets, dApps, and developer tools to Robinhood Chain Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://rpc.testnet.chain.robinhood.com
0xB636ETHExplorer

Connect to Robinhood Chain Testnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://rpc.testnet.chain.robinhood.com");

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

Robinhood Chain Testnet — common questions

What is the RPC URL for Robinhood Chain Testnet?
The public RPC URL for Robinhood Chain Testnet is https://rpc.testnet.chain.robinhood.com.
What is the Chain ID for Robinhood Chain Testnet?
The Chain ID for Robinhood Chain Testnet is 46646 (0xB636 in hexadecimal).
What is the native currency of Robinhood Chain Testnet?
The native currency of Robinhood Chain Testnet is ETH.
How do I add Robinhood Chain Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add Robinhood Chain Testnet to MetaMask automatically, or follow our step-by-step guide for Robinhood Chain.