Skip to content

Commit

Permalink
Trying to improve RPC table
Browse files Browse the repository at this point in the history
  • Loading branch information
eshon authored Sep 24, 2024
1 parent 7999b7a commit b115a1b
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions networks/mainnet/rpcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer

<table>
<tr>
<td rowspan="5">
<th rowspan="5">
<a href="https://api.node.glif.io/">Glif Nodes</a>
</td>
</th>
<td>
HTTPS
</td>
Expand Down Expand Up @@ -56,9 +56,9 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
</td>
</tr>
<tr>
<td rowspan="4">
<th rowspan="4">
<a href="https://ankr.com">Ankr</a>
</td>
</th>
<td>
HTTPS
</td>
Expand Down Expand Up @@ -91,9 +91,9 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
</td>
</tr>
<tr>
<td rowspan="3">
<th rowspan="3">
<a href="https://cloud.chainup.com/">Chainup Cloud</a>
</td>
</th>
<td>
HTTPS
</td>
Expand All @@ -118,14 +118,22 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
</td>
</tr>
<tr>
<td rowspan="2">
<th rowspan="3">
<a href="https://nownodes.io/">NOWNodes</a>
</td>
</th>
<td>
HTTPS
</td>
<td>
<code>https://fil.nownodes.io</code> (Free for 1 month with <a href="https://nownodes.io/pricing">signup</a>)
<code>https://fil.nownodes.io</code>
</td>
</tr>
<tr>
<td>
Terms
</td>
<td>
Free for 1 month with <a href="https://nownodes.io/pricing">signup</a>
</td>
</tr>
<tr>
Expand All @@ -137,14 +145,22 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
</td>
</tr>
<tr>
<td rowspan="2">
<th rowspan="3">
<a href="https://getblock.io/nodes/fil">GetBlock</a>
</td>
</th>
<td>
HTTPS
</td>
<td>
<code>https://filecoin.getblock.io</code> (Free with <a href="https://getblock.io/nodes/fil/">signup</a>)
<code>https://filecoin.getblock.io</code>
</td>
</tr>
<tr>
<td>
Terms
</td>
<td>
Free with <a href="https://getblock.io/nodes/fil/">signup</a>
</td>
</tr>
<tr>
Expand Down

0 comments on commit b115a1b

Please sign in to comment.