Sui Testnet RPC EndpointsSui Testnet uses SUI as its native currency. Its Chain ID is 1282977196 (4c78adac). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Sui Testnet.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Sui | https://fullnode.testnet.sui.io | 4c78adac | SUI | https://suiscan.xyz/testnet/home | |
⏳Sui | https://sui-testnet.drpc.org | 4c78adac | SUI | https://suiscan.xyz/testnet/home |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://fullnode.testnet.sui.io");
const network = await provider.getNetwork();
console.log(network.chainId); // 1282977196nThere are 2 public RPC endpoints for Sui Testnet, including https://fullnode.testnet.sui.io. See the full list in the table above.
The Chain ID for Sui Testnet is 1282977196 (4c78adac in hexadecimal).
The native currency of Sui Testnet is SUI.
Use the "Add to Wallet" button on this page to add Sui Testnet to MetaMask automatically, or follow our step-by-step guide for Sui.