Skip to content

Commit b4157e3

Browse files
Standardize RPC information on mainnet
1 parent e877472 commit b4157e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

networks/mainnet/rpcs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ description: Public RPC endpoints are available for the Filecoin mainnet.
44

55
# RPCs
66

7+
{% hint style="info" %}
78
[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).
9+
{% endhint %}
810

9-
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.
11+
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.
1012

1113
{% 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 %}
1214

0 commit comments

Comments
 (0)