Skip to main content
This release adds three protocols as deployment targets — Avalanche, Arc, and World Chain — and fixes the bundled Kubernetes Grafana dashboards.

Avalanche support

Avalanche Mainnet and Fuji Testnet are now available as deployment targets, running a single AvalancheGo node as a non-validator in full mode.
  • Avalanche Mainnet — chain ID 43114, explorer at snowscan.xyz
  • Avalanche Fuji — chain ID 43113, explorer at testnet.snowscan.xyz
  • Endpoints — one node serves the whole Primary Network, so the node overview lists four endpoints that share a single port and differ only by path: C-Chain HTTP and WebSocket JSON-RPC, X-Chain HTTP, and P-Chain HTTP
Sync lag and peer count are reported for Avalanche nodes the same way as for any other EVM node. Mainnet restores from a snapshot, so provision about 400 GiB of storage; Fuji syncs from genesis over the network’s public peers and needs about 300 GiB.

Arc support

Arc Testnet is now available as a deployment target. Each deployment runs two components — an execution client and a consensus client — as a non-validator node in full mode, following the network’s public endpoints.
  • Arc Testnet — chain ID 5042002, explorer at testnet.arcscan.app
  • Endpoints — HTTP and WebSocket JSON-RPC, with the eth, net, web3, txpool, trace, and debug namespaces enabled
The deployment restores from a snapshot. Provision about 314 GiB of storage across the two components.

World Chain support

World Chain Mainnet and World Chain Sepolia are now available as OP Stack deployment targets, running a World Chain execution client alongside OP-Node as the rollup client. Like the other OP Stack deployments, both networks require an Ethereum Layer 1 RPC endpoint and a Beacon API endpoint that you supply. Both restore from a snapshot — provision about 1300 GiB of storage for Mainnet and 100 GiB for Sepolia. See System requirements for the full specification and Supported clients and protocols for the deployment catalog.

Monitoring dashboards

The bundled Kubernetes node and pod Grafana dashboards render correctly again, and kube-state-metrics is now scraped with the labels those dashboards expect. Panels that previously came up empty are populated. See Monitoring for how to reach the dashboards.

Component versions

Last modified on August 4, 2026