Redstone logoRedstone Mainnet RPC Endpoints

Redstone Mainnet uses ETH as its native currency. Its Chain ID is 700 (0x2bc). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Redstone Mainnet.

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

https://rpc.redstonechain.com

0x2bcETHhttps://explorer.redstone.xyz/
Redstone

https://redstone.drpc.org

0x2bcETHhttps://explorer.redstone.xyz/

Connect to Redstone Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Redstone Mainnet FAQ

What is the RPC URL for Redstone Mainnet?

There are 2 public RPC endpoints for Redstone Mainnet, including https://rpc.redstonechain.com. See the full list in the table above.

What is the Chain ID for Redstone Mainnet?

The Chain ID for Redstone Mainnet is 700 (0x2bc in hexadecimal).

What is the native currency of Redstone Mainnet?

The native currency of Redstone Mainnet is ETH.

How do I add Redstone Mainnet to MetaMask?

Use the "Add to Wallet" button on this page to add Redstone Mainnet to MetaMask automatically, or follow our step-by-step guide for Redstone.