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

Commit

Permalink
fix markdown formatting in rpc provider table
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Oct 10, 2023
1 parent 224499a commit 64e1c6a
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/reference/rpc-list.mdx
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
Multiple providers are available with free to high throughput RPC endpoints can be used for development, testing and production.
Testnet is available (with Pubnet coming soon).
Testnet is available (with Pubnet coming soon).

| Provider | Signup / Access |
| :------------------------------------------------------- | ---------------------------------------------------- |
| [Blockdaemon](https://www.blockdaemon.com) | [Access](https://www.blockdaemon.com/apply/soroban) |
| [Validation Cloud](https://validationcloud.io/) | [Access](https://app.validationcloud.io/) |
| [QuickNode](https://www.quicknode.com/chains/stellar) | [Access](https://www.quicknode.com/chains/stellar) |
| [BlockEden](https://blockeden.xyz/stellar-soroban) | [Access](https://blockeden.xyz/stellar-soroban) |
| [NowNodes](https://nownodes.io/nodes/stellar-xlm) | [Access](https://nownodes.io/nodes/stellar-xlm) |
| Provider | Signup / Access |
| :---------------------------------------------------- | --------------------------------------------------- |
| [Blockdaemon](https://www.blockdaemon.com) | [Access](https://www.blockdaemon.com/apply/soroban) |
| [Validation Cloud](https://validationcloud.io/) | [Access](https://app.validationcloud.io/) |
| [QuickNode](https://www.quicknode.com/chains/stellar) | [Access](https://www.quicknode.com/chains/stellar) |
| [BlockEden](https://blockeden.xyz/stellar-soroban) | [Access](https://blockeden.xyz/stellar-soroban) |
| [NowNodes](https://nownodes.io/nodes/stellar-xlm) | [Access](https://nownodes.io/nodes/stellar-xlm) |

### SDF (Futurenet and Testnet only)

| Provider | Endpoint | Friendbot | Network |
| :---------------------------- | ------------------------------------- | ----------------------------------------- | ----------- |
| [SDF](http://www.stellar.org) | `https://rpc-futurenet.stellar.org` | `https://friendbot-futurenet.stellar.org` | `Futurenet` |
| [SDF](http://www.stellar.org) | `https://soroban-testnet.stellar.org` | `https://friendbot.stellar.org` | `Testnet` |




0 comments on commit 64e1c6a

Please sign in to comment.