From e9af8354a14a3784e196d37eb0f0ac24f56e5dfa Mon Sep 17 00:00:00 2001 From: Ryan Young Date: Tue, 8 Oct 2019 16:36:55 -0700 Subject: [PATCH] revert ips port to 5235 --- .../configuration/connect-your-rippled-to-the-xrp-test-net.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md b/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md index ed32ef2bbc..67bdba6f33 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md +++ b/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md @@ -11,12 +11,12 @@ To connect your `rippled` server to the XRP Testnet or Devnet, set the following a. To connect to the [Testnet](xref: xrp-testnet-faucet.md), uncomment the following section and add: [ips] - s.altnet.rippletest.net 51233 + s.altnet.rippletest.net 51235 b. To connect to the [Devnet](xref: xrp-testnet-faucet.md), uncomment the following section and add: [ips] - s.devnet.rippletest.net 51233 + s.devnet.rippletest.net 51235 c. Comment out the following section, as follows: