Skip to content

Commit

Permalink
Standardize RPC information on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniiPetrovich authored Oct 31, 2024
1 parent e877472 commit b4157e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion networks/mainnet/rpcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ description: Public RPC endpoints are available for the Filecoin mainnet.

# RPCs

{% hint style="info" %}
[Chainlist](https://chainlist.org/?search=filecoin&testnets=true) provides a dynamically updated list of [available Filecoin - Mainnet RPCs](https://chainlist.org/?search=filecoin&testnets=false).
{% endhint %}

These endpoints are limited to the read-only [Filecoin JSON RPC API](../../reference/json-rpc/) including read-only [Filecoin Eth RPC](../../reference/json-rpc/eth.md) methods, except for the write operations [`MPoolPush`](../../reference/json-rpc/mpool.md#mpoolpush) and [`EthSendRawTransaction`](../../reference/json-rpc/eth.md#ethsendrawtransaction) for sending already signed messages.
Most of these endpoints are limited to the read-only [Filecoin JSON RPC API](../../reference/json-rpc/) including read-only [Filecoin Eth RPC](../../reference/json-rpc/eth.md) methods and write operation [`MPoolPush`](../../reference/json-rpc/mpool.md#mpoolpush) (or [`EthSendRawTransaction`](../../reference/json-rpc/eth.md#ethsendrawtransaction)) for sending already signed messages.

{% hint style="info" %} Please note that most publicly hosted endpoints <strong>only guarantee recent state, i.e. 2000 of the latest blocks (last 16.67 hours).</strong> To request an archival node you can contact a provider below. {% endhint %}

Expand Down

0 comments on commit b4157e3

Please sign in to comment.