Skip to content

Commit

Permalink
Add comment for blockdaemon rpc (#363)
Browse files Browse the repository at this point in the history
Co-authored-by: Jane Wang <[email protected]>
  • Loading branch information
janewang and Jane Wang authored Mar 13, 2024
1 parent c1bc60f commit 0f7a28d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions network/soroban-rpc/rpc-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ Multiple infrastructure providers have made Soroban RPC endpoint services availa

These providers allow access to the Testnet and Mainnet networks.

| Provider | Access | Futurenet | Testnet | Mainnet |
| ------------------------------------------------------- | --------------------------------------------------- | ------------- | --------- | ----------- |
| [Blockdaemon](https://www.blockdaemon.com) | [Access](https://www.blockdaemon.com/apply/soroban) | Not available | Available | Available |
| [Validation Cloud\*](https://validationcloud.io/) | [Access](https://app.validationcloud.io/) | Not available | Available | Available |
| [QuickNode\**](https://www.quicknode.com/chains/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 | Coming soon |
| [Gateway](https://gateway.fm/) | [Access](https://gateway.fm/public-rpc/) | Not available | Available | Available |
| 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 |
| [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 | Coming soon |
| [Gateway](https://gateway.fm/) | [Access](https://gateway.fm/public-rpc/) | Not available | Available | Available |

\*_Please note that Validation Cloud provides a websocket (wss) endpoint for
Testnet and Mainnet._

\**_Please note that Quicknode combines Horizon and RPC in the same endpoint._
\**_Please note that both Blockdaemon and Quicknode combine Horizon and RPC in the same endpoint._

## SDF Provided RPC (Futurenet and Testnet only)

Expand Down

0 comments on commit 0f7a28d

Please sign in to comment.