Network

Devnet.

Network identifiers, RPC endpoints, DA configuration, and faucet info for the Ligate devnet.

Heads up
Preview only. The devnet is in development. RPC endpoints, the faucet, and the explorer are not live yet — target Q2 2026. The parameters below document the surface we're building. Email hello@ligate.io for early access.

Network parameters

Network
ligate-devnet-01
Chain ID
0x1G8
Status
Pre-launch · target Q2 2026
RPC
https://rpc.devnet.ligate.io
WebSocket
wss://rpc.devnet.ligate.io/ws
Explorer
https://explorer.devnet.ligate.io
DA layer
celestia-mocha
Faucet
1000 $LGT / account / day

Add the network to a wallet

For EVM-compatible wallets (MetaMask, Rabby), add a custom network with these parameters:

Name:       Ligate devnet
RPC URL:    https://rpc.devnet.ligate.io
Chain ID:   0x1G8
Symbol:     $LGT
Explorer:   https://explorer.devnet.ligate.io

Most users won't add it by hand — clients sign in via Privy and get the network injected automatically.

Using the faucet

The faucet drops 1000 testnet $LGT to any account once per 24 hours. Authenticate first, then claim:

$ ligate auth login --wallet 0x7d2a...c91e
$ ligate faucet claim
✓ 1000 $LGT sent · tx 0xbcf4...d08a

Rate limits are enforced per email + per wallet. If you need more, email hello@ligate.io — we can bump operators and node runners.

Service endpoints

RPC

Standard JSON-RPC over HTTPS. Supports all Sovereign SDK rollup methods, plus the Ligate-specific:

ligate_submitPrompt      // submit a Proof of Prompt receipt
ligate_getAttestation    // fetch an attestation by ID
ligate_verifyAttestation // return verification result
ligate_getAttestorSet    // current active attestor quorum

Indexer / GraphQL

Public GraphQL endpoint for structured queries over attestations, Kleidon transactions, and balances.

https://indexer.devnet.ligate.io/graphql

Reset schedule

During devnet, we reserve the right to reset the chain if we ship breaking protocol changes. Resets are announced on the changelog at least 72 hours in advance.

Tip
Build against semver-tagged spec versions, not the live chain state. When we reset, your code keeps working; only historical receipts are lost.