Skip to content

Commit

Permalink
Add Websocket column for private endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Dec 12, 2024
1 parent ebf4a42 commit 81be90a
Showing 1 changed file with 17 additions and 5 deletions.
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

0 comments on commit 81be90a

Please sign in to comment.