TriportRPC

Chain IDs, RPC URLs and network configs

Last updated:

Networks, identifiers and what each page generates
NetworkChain ID (or CAIP-2 ID)Generates
SolanaNone — solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpIdentifiers and RPC URLs (not an EVM chain)
Ethereum1 (0x1)MetaMask, viem, ethers, Hardhat, Foundry, wagmi
Polygon137 (0x89)MetaMask, viem, ethers, Hardhat, Foundry, wagmi
BNB Smart Chain56 (0x38)MetaMask, viem, ethers, Hardhat, Foundry, wagmi
Base8453 (0x2105)MetaMask, viem, ethers, Hardhat, Foundry, wagmi
Tron728126428 (0x2b6653dc)viem, ethers, Hardhat, Foundry (no EVM wallet snippets)
StellarNone — stellar:pubnetIdentifiers and RPC URLs (not an EVM chain)
TONNone — tvm:-239Identifiers and RPC URLs (not an EVM chain)
Robinhood Chain4663 (0x1237)MetaMask, viem, ethers, Hardhat, Foundry, wagmi (dedicated page)

How to use this section

  1. Pick your network.
  2. Paste your API key, or leave it empty to copy the placeholder form.
  3. Copy the snippet for your tool — MetaMask, viem, ethers, Hardhat, Foundry or wagmi.

FAQ

Which networks are here?
Every network Triport serves. Solana, Stellar and TON are not EVM chains: their pages give the genesis hash, network passphrase or global ID and the RPC URLs, but no EVM wallet config, which would be meaningless. Robinhood Chain has its own page.
Is my API key sent anywhere?
No. Snippets are generated in your browser, and the key is never submitted, stored or written into the page URL — which is why these pages have no shareable link.
Why does Tron have no MetaMask snippet?
Tron exposes an EVM JSON-RPC surface that viem, ethers, Hardhat and Foundry can read, but MetaMask does not manage TRX accounts through wallet_addEthereumChain, so publishing that snippet would be misleading.