Skip to content

Commit

Permalink
ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
briwylde08 committed Dec 10, 2024
1 parent a0385f9 commit 5292e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/rpc/rpc-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ These providers allow access to the Testnet network and Mainnet network.
| Provider | Access | Futurenet | Testnet | Mainnet |
| --- | --- | --- | --- | --- |
| [Blockdaemon\*](https://docs.blockdaemon.com/reference/how-to-access-soroban-api) | [Access](https://www.blockdaemon.com/apply/soroban) | Not available | Available | Available |
| [Nodies](https://nodies.org) | [Access](https://nodies.org/) | Not available | Available | Available |
| [Validation Cloud\*](https://validationcloud.io/) | [Access](https://app.validationcloud.io/) | Not available | Available | Available |
| [QuickNode\*](https://www.quicknode.com/docs/stellar) | [Access](https://www.quicknode.com/chains/stellar) | Not available | Available | Available |
| [NowNodes](https://nownodes.io/nodes/stellar-xlm) | [Access](https://nownodes.io/nodes/stellar-xlm) | Available | Available | Available |
Expand All @@ -21,17 +20,18 @@ These providers allow access to the Testnet network and Mainnet network.
| [Infstones](https://infstones.com/) | [Access](https://cloud.infstones.com/login) | Not available | Not Available | Available |
| [Obsrvr](https://www.withObsrvr.com/) | [Access](https://console.withobsrvr.com/) | Not available | Available | Available |
| [GetBlock](https://getblock.io/nodes/xlm/) | [Access](https://getblock.io/nodes/xlm/) | Not available | Not Available | Available |
| [Nodies](https://nodies.org) | [Access](https://nodies.org/) | Not available | Available | Available |

\*_Blockdaemon, Validation Cloud, and Quicknode combine Horizon and RPC in the same endpoint._

## Publicly Accessible RPC URLs

| Provider | Mainnet RPC Endpoint | Testnet RPC Endpoint | Futurenet RPC Endpoint |
| --- | --- | --- | --- |
| [Nodies](https://nodies.org) | `https://stellar-soroban-public.nodies.app` | `https://stellar-soroban-testnet-public.nodies.app` | N/A |
| [Liquify](https://www.liquify.io/) | `https://stellar-mainnet.liquify.com/api=41EEWAH79Y5OCGI7/mainnet` | `https://stellar.liquify.com/api=41EEWAH79Y5OCGI7/testnet` | `https://stellar.liquify.com/api=41EEWAH79Y5OCGI7/futurenet` |
| [Gateway](https://gateway.fm/) | `https://soroban-rpc.mainnet.stellar.gateway.fm` | `https://soroban-rpc.testnet.stellar.gateway.fm` | N/A |
| [sorobanrpc.com](https://sorobanrpc.com/) | `https://mainnet.sorobanrpc.com` | N/A | N/A |
| [Nodies](https://nodies.org) | `https://stellar-soroban-public.nodies.app` | `https://stellar-soroban-testnet-public.nodies.app` | N/A |

## SDF Provided RPC (Futurenet and Testnet only) {#sdf-provided-rpc}

Expand Down

0 comments on commit 5292e01

Please sign in to comment.