From b4157e3b4655d8f9e694e16b1c2957d814124fca Mon Sep 17 00:00:00 2001 From: Arsenii Petrovich <23522179+ArseniiPetrovich@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:53:06 +0100 Subject: [PATCH] Standardize RPC information on mainnet --- networks/mainnet/rpcs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/networks/mainnet/rpcs.md b/networks/mainnet/rpcs.md index 20df5eea4..9928ed688 100644 --- a/networks/mainnet/rpcs.md +++ b/networks/mainnet/rpcs.md @@ -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 only guarantee recent state, i.e. 2000 of the latest blocks (last 16.67 hours). To request an archival node you can contact a provider below. {% endhint %}