From 0ada935fb7836806bcbe93822b2f47d0d0f9d364 Mon Sep 17 00:00:00 2001
From: Eva <1017762+eshon@users.noreply.github.com>
Date: Tue, 24 Sep 2024 17:13:01 +0200
Subject: [PATCH 1/6] Updating gas info sites
---
storage-providers/filecoin-economics/fil-collateral.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/storage-providers/filecoin-economics/fil-collateral.md b/storage-providers/filecoin-economics/fil-collateral.md
index e40c07744..b2a6daa59 100644
--- a/storage-providers/filecoin-economics/fil-collateral.md
+++ b/storage-providers/filecoin-economics/fil-collateral.md
@@ -38,7 +38,7 @@ The “Current Sector Initial Pledge" can be found on blockchain explorers like
Another cost factor in the network is gas. Storage providers not only pledge collateral for the capacity they announce on-chain. The network also burns FIL in the form of gas fees. Most activity on-chain has some level of gas involved. For storage providers, this is the case for committing sectors.
-The gas fees fluctuate over time and can be followed on various websites like [FGas](https://fgas.io/).
+The gas fees fluctuate over time and can be followed on various websites like [Filfox - Gas Statistics](https://filfox.info/en/stats/gas) and [Beryx - Gas Estimator](https://beryx.io/estimate_gas).
## FIL lending programs
From 67601b022bfd50f3111bc5a2a9e5565b76bd9f61 Mon Sep 17 00:00:00 2001
From: Eva <1017762+eshon@users.noreply.github.com>
Date: Tue, 24 Sep 2024 17:25:15 +0200
Subject: [PATCH 2/6] Fixes to RPC Mainnet page
---
networks/mainnet/rpcs.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/networks/mainnet/rpcs.md b/networks/mainnet/rpcs.md
index 0e5c939b4..094fa87d2 100644
--- a/networks/mainnet/rpcs.md
+++ b/networks/mainnet/rpcs.md
@@ -6,9 +6,9 @@ description: Public RPC endpoints are available for the Filecoin mainnet.
[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).
-These endpoints are limited to [read-only Filecoin JSON RPC API calls](../../reference/json-rpc/) including [Filecoin Eth RPC methods](../../reference/json-rpc/eth.d). The only write operation are [`MPoolPush`](../../reference/json-rpc/mpool.md#mpoolpush) and [`EthSendRawTransaction`](../../reference/json-rpc/eth.md#ethsendrawtransaction)for sending already signed messages.
+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) 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.
-{% 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 %}
+{% 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 %}
From 2a803934d1b3f8512c5601e1da2a772aaa34481d Mon Sep 17 00:00:00 2001
From: Eva <1017762+eshon@users.noreply.github.com>
Date: Tue, 24 Sep 2024 17:26:40 +0200
Subject: [PATCH 3/6] Fixing OpenPanda link
---
storage-providers/filecoin-deals/filecoin-programs.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/storage-providers/filecoin-deals/filecoin-programs.md b/storage-providers/filecoin-deals/filecoin-programs.md
index 809481e41..45bb1bbdb 100644
--- a/storage-providers/filecoin-deals/filecoin-programs.md
+++ b/storage-providers/filecoin-deals/filecoin-programs.md
@@ -69,7 +69,7 @@ Swan is a provider of cross-chain cloud computing solutions. Developers can use
Swan Cloud provides decentralized cloud computing solutions for Web3 projects by integrating storage, computing, and payment into one suite.
-### [Open Panda](https://openpanda.io/)
+### [Open Panda](https://github.com/data-preservation-programs/open-panda)
Open Panda was a platform for data researchers, analysts, students, and enthusiasts to interact with the largest open datasets in the world. Data available through the platform was stored on Filecoin, a decentralized storage network comprised of thousands of independent Storage Providers around the world.
From d19d2e3dc19fe61040a9ba0cd7a181a868c05f68 Mon Sep 17 00:00:00 2001
From: Eva <1017762+eshon@users.noreply.github.com>
Date: Tue, 24 Sep 2024 17:41:44 +0200
Subject: [PATCH 4/6] Fixing broken links
Replacing NFTschool broken links to Github versions
---
smart-contracts/fundamentals/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/smart-contracts/fundamentals/README.md b/smart-contracts/fundamentals/README.md
index f0684c945..71c21faa1 100644
--- a/smart-contracts/fundamentals/README.md
+++ b/smart-contracts/fundamentals/README.md
@@ -44,9 +44,9 @@ Let’s get building. Choose one of the following APIs. These are all storage he
Examples:
-* [Polygon tutorial](https://nftschool.dev/tutorial/mint-nftstorage-polygon/) on NFTschool.dev
-* [Flow tutorial](https://nftschool.dev/tutorial/flow-nft-marketplace/) on NFTschool.dev
-* [Avalanche tutorial](https://nftschool.dev/tutorial/avax-nft/) on NFTschool.dev
+* [Polygon tutorial](https://github.com/protocol/nft-website/blob/main/docs/tutorial/mint-nftstorage-polygon.md)
+* [Flow tutorial](https://github.com/protocol/nft-website/blob/main/docs/tutorial/flow-nft-marketplace.md)
+* [Avalanche tutorial](https://github.com/protocol/nft-website/blob/main/docs/tutorial/avax-nft.md)
* [Using IPFS & Filecoin on Harmony](https://docs.harmony.one/home/developers/tutorials/ipfs-filecoin)
## Additional resources
From a01840d72aa9742ec4296873a0f02a2ba76171e8 Mon Sep 17 00:00:00 2001
From: Eva <1017762+eshon@users.noreply.github.com>
Date: Tue, 24 Sep 2024 17:48:25 +0200
Subject: [PATCH 5/6] Fixing incorrect link to Eth RPC method
---
networks/mainnet/rpcs.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/networks/mainnet/rpcs.md b/networks/mainnet/rpcs.md
index 094fa87d2..d056757d5 100644
--- a/networks/mainnet/rpcs.md
+++ b/networks/mainnet/rpcs.md
@@ -6,7 +6,7 @@ description: Public RPC endpoints are available for the Filecoin mainnet.
[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).
-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) 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.
+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) methods, except for the write operations [`MPoolPush`](../../reference/json-rpc/mpool.md#mpoolpush) and [`EthSendRawTransaction`](../../reference/json-rpc/eth#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 %}
From dc67b7e5fc89942363d0430214ca03bcc06f1081 Mon Sep 17 00:00:00 2001
From: Eva <1017762+eshon@users.noreply.github.com>
Date: Tue, 24 Sep 2024 17:53:49 +0200
Subject: [PATCH 6/6] Fixing Eth RPC link again
---
networks/mainnet/rpcs.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/networks/mainnet/rpcs.md b/networks/mainnet/rpcs.md
index d056757d5..90a9a3370 100644
--- a/networks/mainnet/rpcs.md
+++ b/networks/mainnet/rpcs.md
@@ -6,7 +6,7 @@ description: Public RPC endpoints are available for the Filecoin mainnet.
[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).
-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) methods, except for the write operations [`MPoolPush`](../../reference/json-rpc/mpool.md#mpoolpush) and [`EthSendRawTransaction`](../../reference/json-rpc/eth#ethsendrawtransaction) for sending already signed messages.
+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.
{% 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 %}