From e3b65a0f6756b7977c4a2d3fb28650af25f29b34 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Fri, 18 Aug 2023 17:08:14 +0200 Subject: [PATCH] Add Hooks Testnet --- content/tutorials/get-started/public-servers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/tutorials/get-started/public-servers.md b/content/tutorials/get-started/public-servers.md index 205001bab0..fb8729afc9 100644 --- a/content/tutorials/get-started/public-servers.md +++ b/content/tutorials/get-started/public-servers.md @@ -18,6 +18,7 @@ If you don't [run your own `rippled` server](install-rippled.html), you can use | XRPL Labs | Testnet | `https://testnet.xrpl-labs.com/` | `wss://testnet.xrpl-labs.com/` | Testnet public server with CORS support | | Ripple[¹][] | Devnet | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net:51233/` | Devnet public server | | Ripple[¹][] | AMM-Devnet | `https://amm.devnet.rippletest.net:51234/` | `wss://amm.devnet.rippletest.net:51233/` | Special devnet for [XLS-30d Automated Market Maker](https://github.com/XRPLF/XRPL-Standards/discussions/78) development. | +| XRPL Labs | Hooks-Testnet| `https://hooks-testnet-v3.xrpl-labs.com` | `wss://hooks-testnet-v3.xrpl-labs.com` | Hooks V3 Testnet | [Network]: parallel-networks.html [¹]: #footnote-1 @@ -27,6 +28,7 @@ If you don't [run your own `rippled` server](install-rippled.html), you can use ² `xrpl.ws` is an alias for `xrplcluster.com`. However, the `.ws` top-level domain's reliability may be unsuitable for production uses. + {% include '_snippets/rippled-api-links.md' %} {% include '_snippets/tx-type-links.md' %}