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
20 changes: 10 additions & 10 deletions pages/developers/networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 |
Expand All @@ -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 |
Expand All @@ -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 |
Expand All @@ -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 |
Expand Down
Loading