Chain IDs, RPC URLs and network configs
Last updated:
| Network | Chain ID (or CAIP-2 ID) | Generates |
|---|---|---|
| Solana | None — solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | Identifiers and RPC URLs (not an EVM chain) |
| Ethereum | 1 (0x1) | MetaMask, viem, ethers, Hardhat, Foundry, wagmi |
| Polygon | 137 (0x89) | MetaMask, viem, ethers, Hardhat, Foundry, wagmi |
| BNB Smart Chain | 56 (0x38) | MetaMask, viem, ethers, Hardhat, Foundry, wagmi |
| Base | 8453 (0x2105) | MetaMask, viem, ethers, Hardhat, Foundry, wagmi |
| Tron | 728126428 (0x2b6653dc) | viem, ethers, Hardhat, Foundry (no EVM wallet snippets) |
| Stellar | None — stellar:pubnet | Identifiers and RPC URLs (not an EVM chain) |
| TON | None — tvm:-239 | Identifiers and RPC URLs (not an EVM chain) |
| Robinhood Chain | 4663 (0x1237) | MetaMask, viem, ethers, Hardhat, Foundry, wagmi (dedicated page) |
How to use this section
- Pick your network.
- Paste your API key, or leave it empty to copy the placeholder form.
- 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.