0G Galileo Testnet network parameters, RPC endpoints, contract addresses, faucets, and block explorers for the 0G Compute SDK.
The 0G Galileo testnet is the public sandbox for development and testing. The SDK auto-detects testnet from the chain ID — pass network="testnet" to create_broker() to connect.
The SDK ships these addresses and resolves them automatically from the chain ID. You only need them if you’re calling the contracts directly outside the SDK.
Set ZG_DEV_MODE=true (or NEXT_PUBLIC_ZG_DEV_MODE=true) to use the testnet_dev contract addresses, which point at a separate development deployment on the same chain ID. Most users won’t need this.