Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Update rpc.mdx #581

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 3 additions & 2 deletions docs/reference/rpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading