From a0385f9fd5574a52aa8804c7051931dcd5ae16ab Mon Sep 17 00:00:00 2001 From: Blade <99137075+nodiesBlade@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:29:48 -0600 Subject: [PATCH] Update rpc-providers.mdx --- docs/data/rpc/rpc-providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/rpc/rpc-providers.mdx b/docs/data/rpc/rpc-providers.mdx index f9f7a0541..9515c5b89 100644 --- a/docs/data/rpc/rpc-providers.mdx +++ b/docs/data/rpc/rpc-providers.mdx @@ -28,7 +28,7 @@ These providers allow access to the Testnet network and Mainnet network. | Provider | Mainnet RPC Endpoint | Testnet RPC Endpoint | Futurenet RPC Endpoint | | --- | --- | --- | --- | -| [Nodies](https://nodies.org) | `https://stellar-soroban.nodies.app` | `https://stellar-soroban-testnet.nodies.app` | N/A | +| [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 |