From 755c0bbd9b3c3566307ba6ed61c749cbeb59865c Mon Sep 17 00:00:00 2001 From: Edgars Date: Fri, 10 Apr 2026 17:43:45 +0100 Subject: [PATCH] fix: add table headers to remove empty row rendering --- pages/developers/networks.mdx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/developers/networks.mdx b/pages/developers/networks.mdx index df06d45b..a482c2f8 100644 --- a/pages/developers/networks.mdx +++ b/pages/developers/networks.mdx @@ -15,8 +15,8 @@ Your wallet connects to the **GenLayer RPC** — it handles both intelligent con Production-like testnet with real AI/LLM workloads. -| | | -|---|---| +| Setting | Value | +|:--|:--| | **GenLayer RPC** | `https://rpc-bradbury.genlayer.com` | | **GenLayer Chain RPC** | `https://rpc.testnet-chain.genlayer.com` | | **Chain ID** | 4221 | @@ -33,8 +33,8 @@ Production-like testnet with real AI/LLM workloads. Infrastructure and stress testing. -| | | -|---|---| +| Setting | Value | +|:--|:--| | **GenLayer RPC** | `https://rpc-asimov.genlayer.com` | | **GenLayer Chain RPC** | `https://rpc.testnet-chain.genlayer.com` | | **Chain ID** | 4221 | @@ -51,8 +51,8 @@ Infrastructure and stress testing. Hosted development environment — no local setup required. -| | | -|---|---| +| Setting | Value | +|:--|:--| | **GenLayer RPC** | `https://studio.genlayer.com/api` | | **Chain ID** | 61999 | | **Currency** | GEN | @@ -67,8 +67,8 @@ Hosted development environment — no local setup required. Local development with full control. Requires [GenLayer Studio](/developers/intelligent-contracts/tools/genlayer-studio) or [GLSim](/api-references/genlayer-test/glsim). -| | | -|---|---| +| Setting | Value | +|:--|:--| | **GenLayer RPC** | `http://localhost:4000/api` | | **Chain ID** | 61127 | | **Currency** | GEN | @@ -81,8 +81,8 @@ Local development with full control. Requires [GenLayer Studio](/developers/inte The underlying zkSync Elastic Chain that GenLayer runs on. You typically don't need to interact with this directly — the GenLayer RPC passes through all `eth_*` calls. But if you need direct L2 access (e.g., token transfers, contract debugging at the EVM level), you can add this chain to your wallet. -| | | -|---|---| +| Setting | Value | +|:--|:--| | **RPC** | `https://rpc.testnet-chain.genlayer.com` | | **Chain ID** | 4221 | | **Currency** | GEN |