From 07b38e5c5a1edfa6cfbba55eac7ef09dcb26eb55 Mon Sep 17 00:00:00 2001 From: jcx120 <91218921+jcx120@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:41:24 -0700 Subject: [PATCH] Update rpc.mdx Adding Testnet URL for SDF --- docs/reference/rpc.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/rpc.mdx b/docs/reference/rpc.mdx index a20063e7..f4bfd41d 100644 --- a/docs/reference/rpc.mdx +++ b/docs/reference/rpc.mdx @@ -114,9 +114,10 @@ Now you can replace `--network standalone` with `--network futurenet` (or whatev These providers host an publicly available RPC endpoint that you can connect to. The following currently support Futurenet (with more to come). -| Provider | Endpoint | Friendbot | +| Provider | Endpoint | Environment | | :---------------------------- | ----------------------------------- | ----------------------------------------- | -| [SDF](http://www.stellar.org) | `https://rpc-futurenet.stellar.org` | `https://friendbot-futurenet.stellar.org` | +| [SDF](http://www.stellar.org) | `https://soroban-testnet.stellar.org/` | TESTNET | +| [SDF](http://www.stellar.org) | `https://rpc-futurenet.stellar.org` | FUTURENET | ## Deploy your own RPC instance