From 2fd6a631fb9d0074056c2d2314a3c00b7c1241f0 Mon Sep 17 00:00:00 2001 From: Edgars Date: Fri, 10 Apr 2026 11:43:49 +0100 Subject: [PATCH] fix: update chain RPC to rpc.testnet-chain.genlayer.com, add chain explorer --- pages/developers/networks.mdx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/developers/networks.mdx b/pages/developers/networks.mdx index d0d5d184..df06d45b 100644 --- a/pages/developers/networks.mdx +++ b/pages/developers/networks.mdx @@ -18,10 +18,11 @@ Production-like testnet with real AI/LLM workloads. | | | |---|---| | **GenLayer RPC** | `https://rpc-bradbury.genlayer.com` | -| **GenLayer Chain RPC** | `https://zksync-os-testnet-genlayer.zksync.dev` | +| **GenLayer Chain RPC** | `https://rpc.testnet-chain.genlayer.com` | | **Chain ID** | 4221 | | **Currency** | GEN | | **Explorer** | [explorer-bradbury.genlayer.com](https://explorer-bradbury.genlayer.com) | +| **Chain Explorer** | [explorer.testnet-chain.genlayer.com](https://explorer.testnet-chain.genlayer.com/) | | **Faucet** | [testnet-faucet.genlayer.foundation](https://testnet-faucet.genlayer.foundation) | @@ -35,10 +36,11 @@ Infrastructure and stress testing. | | | |---|---| | **GenLayer RPC** | `https://rpc-asimov.genlayer.com` | -| **GenLayer Chain RPC** | `https://zksync-os-testnet-genlayer.zksync.dev` | +| **GenLayer Chain RPC** | `https://rpc.testnet-chain.genlayer.com` | | **Chain ID** | 4221 | | **Currency** | GEN | | **Explorer** | [explorer-asimov.genlayer.com](https://explorer-asimov.genlayer.com) | +| **Chain Explorer** | [explorer.testnet-chain.genlayer.com](https://explorer.testnet-chain.genlayer.com/) | | **Faucet** | [testnet-faucet.genlayer.foundation](https://testnet-faucet.genlayer.foundation) | @@ -81,11 +83,12 @@ The underlying zkSync Elastic Chain that GenLayer runs on. You typically don't n | | | |---|---| -| **RPC** | `https://zksync-os-testnet-genlayer.zksync.dev` | +| **RPC** | `https://rpc.testnet-chain.genlayer.com` | | **Chain ID** | 4221 | | **Currency** | GEN | +| **Explorer** | [explorer.testnet-chain.genlayer.com](https://explorer.testnet-chain.genlayer.com/) | - + ---