Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions pages/developers/networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

<AddToWallet chain={{chainId: "0x107d", chainName: "GenLayer Bradbury", rpcUrls: ["https://rpc-bradbury.genlayer.com"], nativeCurrency: {name: "GEN Token", symbol: "GEN", decimals: 18}, blockExplorerUrls: ["https://explorer-bradbury.genlayer.com"]}} />
Expand All @@ -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) |

<AddToWallet chain={{chainId: "0x107d", chainName: "GenLayer Asimov", rpcUrls: ["https://rpc-asimov.genlayer.com"], nativeCurrency: {name: "GEN Token", symbol: "GEN", decimals: 18}, blockExplorerUrls: ["https://explorer-asimov.genlayer.com"]}} />
Expand Down Expand Up @@ -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/) |

<AddToWallet chain={{chainId: "0x107d", chainName: "GenLayer Chain Testnet", rpcUrls: ["https://zksync-os-testnet-genlayer.zksync.dev"], nativeCurrency: {name: "GEN Token", symbol: "GEN", decimals: 18}}} />
<AddToWallet chain={{chainId: "0x107d", chainName: "GenLayer Chain Testnet", rpcUrls: ["https://rpc.testnet-chain.genlayer.com"], nativeCurrency: {name: "GEN Token", symbol: "GEN", decimals: 18}, blockExplorerUrls: ["https://explorer.testnet-chain.genlayer.com"]}} />

---

Expand Down
Loading