Network details
MetaMask request
8888 or 0x22b8 respectively.
Faucet
The c8ntinuum testnet faucet is hosted at testnet-faucet.c8ntinuum.io and runs PoWFaucet.
For ecosystem support and additional channels, see Official Links.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add c8ntinuum testnet networks to EVM-compatible wallets.
| Field | Value |
|---|---|
| Network Name | c8ntinuum testnet |
| RPC URL | https://public-testnet-evm.c8ntinuum.link |
| Chain ID | 8888 / 0x22b8 |
| Currency Symbol | tCTM |
| Block Explorer | https://testnet.ctmscan.io |
await window.ethereum.request({
method: "wallet_addEthereumChain",
params: [
{
chainId: "0x22b8",
chainName: "c8ntinuum testnet",
nativeCurrency: {
name: "tCTM",
symbol: "tCTM",
decimals: 18,
},
rpcUrls: ["https://public-testnet-evm.c8ntinuum.link"],
blockExplorerUrls: ["https://testnet.ctmscan.io"],
},
],
});
8888 or 0x22b8 respectively.
| Item | Value |
|---|---|
| Faucet URL | testnet-faucet.c8ntinuum.io |
| Software | PoWFaucet |
| Accepted address format | 0x... EVM addresses |
| Authentication, request amount, and cooldown | Surfaced live by the PoWFaucet UI per the operator’s deployment configuration |
| Failure messages | Surfaced inline by the PoWFaucet UI for unsupported addresses, active cooldowns, empty pool, and wrong-network requests |