Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Websocket column for private endpoints #898

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
22 changes: 17 additions & 5 deletions docs/get-started/tooling/node-providers/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,55 +8,67 @@ image: /img/socialCards/node-providers.jpg
<table>
<tr>
<th>Provider</th>
<th>Linea feature support*</th>
<th>Linea API methods*</th>
<th>WebSocket</th>
</tr>
<tr>
<td><a href="https://www.alchemy.com/">Alchemy</a></td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
</tr>
<tr>
<td><a href="https://www.ankr.com/rpc/">ANKR</a></td>
<td>:x:</td>
<td>:white_check_mark:</td>
</tr>
<tr>
<td><a href="https://blastapi.io/">BLAST API</a></td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
</tr>
<tr>
<td><a href="https://blockpi.io/">Blockpi</a></td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
</tr>
<tr>
<td><a href="https://drpc.org/">DRPC</a></td>
<td>:x:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
</tr>
<tr>
<td><a href="https://getblock.io/">GetBlock</a></td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
</tr>
<tr>
<td><a href="https://www.infura.io/">Infura</a></td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
</tr>
<tr>
<td><a href="https://moralis.io/nodes/">Moralis</a></td>
<td>:x:</td>
<td>:x:</td>
</tr>
<tr>
<td><a href="https://nownodes.io/nodes">NOWNodes</a></td>
<td>:x:</td>
<td>:x:</td>
</tr>
<tr>
<td><a href="https://www.quicknode.com">QuickNode</a></td>
<td>:x:</td>
<td>:white_check_mark:</td>
</tr>
<tr>
<td><a href="https://unifra.io/">Unifra</a></td>
<td>:x:</td>
<td>:white_check_mark:</td>
</tr>
</table>

> \* _"Linea feature support" indicates endpoints that support custom features beyond standard
> \* _"Linea API methods" indicates endpoints that support custom features beyond standard
> Ethereum functionality, such as the [`linea_estimateGas`](../../../api/reference/linea-estimategas.mdx)
> API method, or features that require a specific implementation to work on Linea, such as use of
> the [`finalized` tag](../../how-to/finalized-block.mdx)._
Expand Down Expand Up @@ -84,7 +96,7 @@ Public endpoints are rate limited, and not meant for production systems.
<tr>
<th>Mainnet</th>
<th>Testnet</th>
<th>Linea feature support*</th>
<th>Linea API methods*</th>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -149,7 +161,7 @@ Public endpoints are rate limited, and not meant for production systems.
</tr>
</table>

> \* _"Linea feature support" indicates endpoints that support custom features beyond standard
> \* _"Linea API methods" indicates endpoints that support custom features beyond standard
> Ethereum functionality, such as the [`linea_estimateGas`](../../../api/reference/linea-estimategas.mdx)
> API method, or features that require a specific implementation to work on Linea, such as use of
> the [`finalized` tag](../../how-to/finalized-block.mdx)._
Expand Down
Loading