To interact with the Shardeum blockchain, you need to connect your application or wallet to the correct JSON-RPC endpoint. Below are the official configuration details for both the Mainnet and Testnet networks.

Shardeum Mainnet

SettingValue
Network NameShardeum
RPC URLhttps://api.shardeum.org
Chain ID8118
Currency SymbolSHM
Block Explorerhttps://explorer.shardeum.org

Shardeum Testnet

SettingValue
Network NameShardeum Testnet
RPC URLhttps://api-testnet.shardeum.org
Chain ID8083
Currency SymbolSHM
Block Explorerhttps://explorer-testnet.shardeum.org

How to Add to MetaMask (or any EVM wallet)

  1. Open your wallet and go to the network selection dropdown.
  2. Click “Add Network” or “Custom RPC”.
  3. Enter the values from the table above for either Mainnet or Testnet.
  4. Save and switch to the new network.
You can now interact with Shardeum using your preferred tools and libraries (e.g., ethers.js, web3.js, MetaMask, etc.).
Tip: Always verify you are using the official endpoints. For the latest information, see the official Shardeum docs.