From 20a61ede14e7faba4af245119a3d837694cf450a Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 23 May 2024 09:34:49 -0700 Subject: [PATCH 1/2] public-servers: divide table in two --- docs/tutorials/public-servers.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/public-servers.md b/docs/tutorials/public-servers.md index bf3476eda6..4af40ff237 100644 --- a/docs/tutorials/public-servers.md +++ b/docs/tutorials/public-servers.md @@ -10,11 +10,18 @@ labels: If you don't [run your own `rippled` server](../infrastructure/installation/index.md), you can use the following public servers to submit transactions or read data from the ledger. +## Mainnet + | Operator | [Network][] | JSON-RPC URL | WebSocket URL | Notes | |:----------|:------------|:-------------|:--------------|:---------------------| | XRP Ledger Foundation | **Mainnet** | `https://xrplcluster.com/`
`https://xrpl.ws/` [²][] | `wss://xrplcluster.com/`
`wss://xrpl.ws/` [²][] | Full history server cluster with CORS support. | | Ripple[¹][] | **Mainnet** | `https://s1.ripple.com:51234/` | `wss://s1.ripple.com/` | General purpose server cluster | | Ripple[¹][] | **Mainnet** | `https://s2.ripple.com:51234/` | `wss://s2.ripple.com/` | [Full-history server](../concepts/networks-and-servers/ledger-history.md#full-history) cluster | + +## Other Networks + +| Operator | [Network][] | JSON-RPC URL | WebSocket URL | Notes | +|:----------|:------------|:-------------|:--------------|:---------------------| | Ripple[¹][] | Testnet | `https://s.altnet.rippletest.net:51234/` | `wss://s.altnet.rippletest.net:51233/` | Testnet public server | | XRPL Labs | Testnet | `https://testnet.xrpl-labs.com/` | `wss://testnet.xrpl-labs.com/` | Testnet public server with CORS support | | Ripple[¹][] | Testnet (Clio) | `https://clio.altnet.rippletest.net:51234/` | `wss://clio.altnet.rippletest.net:51233/` | Testnet public server with Clio | @@ -28,7 +35,7 @@ If you don't [run your own `rippled` server](../infrastructure/installation/inde [¹]: #footnote-1 [²]: #footnote-2 -¹ Ripple's public servers are not for sustained or business use, and they may become unavailable at any time. For regular use, you should run your own `rippled` server or contract someone you trust to do so. Ripple includes [Reporting Mode][] servers in its public clusters. +¹ Ripple's public servers are not for sustained or business use, and they may become unavailable at any time. For regular use, you should [run your own `rippled` server](../concepts/networks-and-servers/) or contract someone you trust to do so. Ripple includes [Clio servers](../concepts/networks-and-servers/the-clio-server/) (the successor to [Reporting Mode][]) in its public clusters. ² `xrpl.ws` is an alias for `xrplcluster.com`. However, the `.ws` top-level domain's reliability may be unsuitable for production uses. From 9507f7297ca325ac9273b795d06a9cfb86a00bd8 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Wed, 29 May 2024 11:14:42 -0700 Subject: [PATCH 2/2] Update public-servers.md Per discussion, use "Test Networks" as the heading for table two. --- docs/tutorials/public-servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/public-servers.md b/docs/tutorials/public-servers.md index 4af40ff237..d8050ad04f 100644 --- a/docs/tutorials/public-servers.md +++ b/docs/tutorials/public-servers.md @@ -18,7 +18,7 @@ If you don't [run your own `rippled` server](../infrastructure/installation/inde | Ripple[¹][] | **Mainnet** | `https://s1.ripple.com:51234/` | `wss://s1.ripple.com/` | General purpose server cluster | | Ripple[¹][] | **Mainnet** | `https://s2.ripple.com:51234/` | `wss://s2.ripple.com/` | [Full-history server](../concepts/networks-and-servers/ledger-history.md#full-history) cluster | -## Other Networks +## Test Networks | Operator | [Network][] | JSON-RPC URL | WebSocket URL | Notes | |:----------|:------------|:-------------|:--------------|:---------------------|