Adding a new chain to the Explorer
-
JSON-RPC spec for Wallets – Not required. Whitechain is EVM-compatible and serves the standard Ethereum JSON-RPC API, so the existing spec applies.
GitHub Link: https://docs.walletconnect.com/2.0/advanced/rpc-reference/ethereum-rpc
-
CASA namespace spec – Not required. The eip155 namespace already exists.
GitHub Link: https://github.com/ChainAgnostic/namespaces/blob/main/eip155/caip2.md
-
namespaces: eip155
-
chains:
eip155:1874 – Whitechain Testnet (a.k.a. Whitechain Sepolia). Label: testnet.
-
RPC endpoints:
-
SLIP-0044 coin type: 60 (eip155 / EVM standard derivation, m/44'/60'). The native gas token is WBT (WhiteBIT Coin, 18 decimals), which additionally holds its own registered SLIP-0044 index 130822.
References
Additional context
Whitechain Testnet is a live OP Stack L2 that settles on Ethereum Sepolia (L1 chain 11155111). Native gas token: WBT (WhiteBIT Coin, 18 decimals). Block time: 1s. Block explorer: https://explorer.testnet.whitechain.io/. The chain ships in viem as whitechainSepolia. Chain ID verified live via eth_chainId → 0x752 (1874). Mainnet L2 is not yet live; its Chain ID will be submitted separately once published.
Adding a new chain to the Explorer
JSON-RPC spec for Wallets – Not required. Whitechain is EVM-compatible and serves the standard Ethereum JSON-RPC API, so the existing spec applies.
GitHub Link: https://docs.walletconnect.com/2.0/advanced/rpc-reference/ethereum-rpc
CASA namespace spec – Not required. The
eip155namespace already exists.GitHub Link: https://github.com/ChainAgnostic/namespaces/blob/main/eip155/caip2.md
namespaces:
eip155chains:
eip155:1874– Whitechain Testnet (a.k.a. Whitechain Sepolia). Label: testnet.RPC endpoints:
https://rpc.testnet.whitechain.io/wss://[rpc.testnet.whitechain.io/ws](http://rpc.testnet.whitechain.io/ws)SLIP-0044 coin type:
60(eip155 / EVM standard derivation,m/44'/60'). The native gas token is WBT (WhiteBIT Coin, 18 decimals), which additionally holds its own registered SLIP-0044 index130822.References
eip155)Additional context
Whitechain Testnet is a live OP Stack L2 that settles on Ethereum Sepolia (L1 chain
11155111). Native gas token: WBT (WhiteBIT Coin, 18 decimals). Block time: 1s. Block explorer: https://explorer.testnet.whitechain.io/. The chain ships in viem aswhitechainSepolia. Chain ID verified live viaeth_chainId→0x752(1874). Mainnet L2 is not yet live; its Chain ID will be submitted separately once published.