Skip to main content

Networks

A consolidated reference for the QoreChain networks — chain identifiers, EVM chain IDs, token denomination, address prefixes, public endpoints, and standard service ports.

Networks at a glance

MainnetTestnet
StatusLiveActive testnet
Cosmos chain IDqorechain-vladiqorechain-diana
EVM chain ID (EIP-155)9801 (hex 0x2649)9800 (hex 0x2648)
Live since7 June 2026, 23:59 UTC
Chain versionv3.1.85v3.1.85
FrameworkCosmos SDK v0.53Cosmos SDK v0.53
Minimum gas price0.1uqor0.1uqor
Connection guideConnecting to MainnetConnecting to Testnet

Public endpoints

All public endpoints are served over HTTPS.

ServiceMainnetTestnet
Consensus RPChttps://rpc.qore.hosthttps://rpc-testnet.qore.host
Consensus WebSocketwss://rpc.qore.host/websocketwss://rpc-testnet.qore.host/websocket
Cosmos REST (LCD)https://api.qore.hosthttps://api-testnet.qore.host
EVM JSON-RPChttps://evm.qore.hosthttps://evm-testnet.qore.host
EVM WebSocketwss://evm-ws-testnet.qore.host
SVM JSON-RPC (Solana-compatible, read-only)https://svm.qore.hosthttps://svm-testnet.qore.host
Block explorerexplore.qore.networkexplore.qore.network (toggle to Testnet)
Downloads (binary / genesis / snapshot)download.qore.host
note

The public SVM endpoints are read-only (transaction submission is disabled at the edge); run your own node for SVM writes. For heavy or production workloads, run your own node — see Running a Node.

Token and addresses

ItemValue
Display denomQOR
Base denomuqor (1 QOR = 10⁶ uqor)
Decimals by interfaceCosmos 6 (uqor) · EVM 18 (wei-style; 1 uqor = 10¹² wei) · SVM 9 (lamports; 1 uqor = 1,000 lamports)
HD coin type (BIP-44)118
Bech32 account prefixqor (e.g. qor1...)
Bech32 validator prefixqorvaloper (e.g. qorvaloper1...)

The three interfaces expose one unified native-QOR balance: the same key controls the same funds under its qor1... (Cosmos), 0x... (EVM), and base58 (SVM) address forms.

Standard ports

These are the standard service ports exposed by a QoreChain node you run yourself.

ServicePort
Cosmos RPC26657
P2P26656
REST / API1317
gRPC9090
EVM JSON-RPC8545
EVM JSON-RPC (WebSocket)8546
SVM (Solana-compatible) JSON-RPC8899
Prometheus metrics26660

Endpoints and access

Add to MetaMask

To add a QoreChain network to an EVM wallet such as MetaMask, use the EVM chain IDs above — 9801 for mainnet with https://evm.qore.host, and 9800 for testnet with https://evm-testnet.qore.host — with https://explore.qore.network as the block-explorer URL. See Wallet Setup for the step-by-step walkthrough.