You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: basics/what-is-filecoin/networks.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,14 @@ Test networks, or testnets, are versions of the Filecoin network that simulate v
17
17
18
18
The [Calibration](../../networks/calibration/) testnet offers the closest simulation of the mainnet. It provides realistic sealing performance and hardware requirements due to the use of finalized proofs and parameters, allowing prospective storage providers to test their setups. Storage clients can also store and retrieve real data on this network, participating in deal-making workflows and testing storage/retrieval functionalities. Calibration testnet uses the same sector size as the mainnet.
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill_Page+URL=https://docs.filecoin.io/basics/what-is-filecoin/networks)
Copy file name to clipboardExpand all lines: builder-cookbook/dapps/chain-data-query.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,20 @@ To explore further details about the available public RPC providers supporting F
17
17
18
18
#### **Ingredients**
19
19
20
-
Let's use Glif nodes as an example to demonstrate how to connect to a public Filecoin RPC node provider. Additionally, we will utilize `ethers.js` to establish the connection with the RPC nodes.
20
+
Let's use Chain.Love nodes as an example to demonstrate how to connect to a public Filecoin RPC node provider. Additionally, we will utilize `ethers.js` to establish the connection with the RPC nodes.
21
21
22
-
*[Glif nodes](https://hosting.glif.io/)
22
+
*[Chain.Love](https://filecoin.chain.love)
23
23
*[ethers.js](https://docs.ethers.org/v5/)
24
24
25
25
#### **Instructions**
26
26
27
-
We will use `ethers.js` to establish a connection with the public Filecoin node provided by Glif. The following code demonstrates connecting to the Filecoin Calibration testnet as an example.
27
+
We will use `ethers.js` to establish a connection with the public Filecoin node provided by Chain.Love. The following code demonstrates connecting to the Filecoin Calibration testnet as an example.
//listen to the Transfer events in the Token contract
@@ -95,22 +95,22 @@ We can also use filters to retrieve specific smart contract transactions from th
95
95
96
96
#### **Ingredients**
97
97
98
-
We will also use `ethers.js` to connect to the public Glif node to filter the smart contract events by providing conditions.
98
+
We will also use `ethers.js` to connect to the public Chain.Love node to filter the smart contract events by providing conditions.
99
99
100
-
*[Glif nodes](https://hosting.glif.io/)
100
+
*[Chain.Love](https://filecoin.chain.love)
101
101
*[ethers.js](https://docs.ethers.org/v5/)
102
102
103
103
#### **Instructions**
104
104
105
-
Here's an example of how you can connect to a Glif node on the calibration network, create a filter to list all wFIL token transfers from your address, and execute the filter to look back 2000 blocks to find the matched transaction list:
105
+
Here's an example of how you can connect to a Chain.Love node on the calibration network, create a filter to list all wFIL token transfers from your address, and execute the filter to look back 2000 blocks to find the matched transaction list:
Copy file name to clipboardExpand all lines: networks/calibration/rpcs.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,18 @@ Chainlist also provides a dynamically updated list of [available Filecoin - Main
12
12
13
13
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.
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill\_Page+URL=https://docs.filecoin.io/networks/calibration/rpcs)
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill\_Page+URL=https://docs.filecoin.io/networks/mainnet/explorers)
|[Glif Nodes](https://api.node.glif.io/)|`https://api.node.glif.io/rpc/v1`|`wss://wss.node.glif.io/apigw/lotus/rpc/v1`|[Glif Nodes - Docs](https://api.node.glif.io/)| All Filecoin and Eth JSON RPC methods including MPoolPush |
17
+
|[Chain.Love](https://filecoin.chain.love)|`https://filecoin.chain.love/rpc/v1`|`wss://calibration.filecoin.chain.love/ws/rpc/v1`|[Chain.Love - Docs](https://chain-love.gitbook.io/chain-love-docs/blockchains/filecoin)| All Filecoin and Eth JSON RPC methods including MPoolPush |
18
18
|[Ankr](https://ankr.com/)|`https://rpc.ankr.com/filecoin`| By request at: https://www.ankr.com/rpc/filecoin|[Ankr Docs - Filecoin](https://www.ankr.com/docs/rpc-service/chains/chains-list/#filecoin)| All Filecoin and Eth JSON RPC methods including MPoolPush |
|[NOWNodes](https://nownodes.io/)|`https://fil.nownodes.io` (Free for 1 month with signup) ||[NOWNodes - Docs](https://nownodes.gitbook.io/documentation)||
@@ -23,13 +23,13 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
23
23
24
24
## Additional Notes:
25
25
26
-
*Glif Nodes offers a [Lotus Lite node](https://docs.filecoin.io/nodes/lite-nodes/spin-up-a-lite-node) endpoint with the following command:
26
+
*Chain.Love offers a [Lotus Lite node](https://docs.filecoin.io/nodes/lite-nodes/spin-up-a-lite-node) endpoint with the following command:
When using a Lotus Lite node, omit `/rpc/v1` from Glif’s WebSocket address.
32
+
When using a Lotus Lite node, omit `/rpc/v1` from Chain.Love’s WebSocket address.
33
33
34
34
A Lotus Lite node is a stripped down version of a Lotus full-node capable of running on lower-end hardware. It also allows forlocal signing for storage deals without a full Lotus node.
Copy file name to clipboardExpand all lines: nodes/lite-nodes/spin-up-a-lite-node.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ Let's start the lite-node by connecting to a remote full-node. We can use the pu
214
214
1. Create an environment variable called `FULLNODE_API_INFO` and set it to the WebSockets address of the node you want to connect to. At the same time, start the Lotus daemon with the `--lite` tag:
@@ -231,7 +231,7 @@ Let's start the lite-node by connecting to a remote full-node. We can use the pu
231
231
1. Create an environment variable called `FULLNODE_API_INFO` and set it to the WebSockets address of the node you want to connect to. At the same time, start the Lotus daemon with the `--lite` tag:
Copy file name to clipboardExpand all lines: reference/general/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@ Check out the [documentation website](https://filecoin.hugomrdias.dev/) for more
96
96
97
97
> NOTE: making deep calls into the chain’s history may take some time to return and it may be more efficient to use a chain database (e.g. used by block explorers) that stores the chain’s history and is optimized for queries.
98
98
99
-
*[GLIF nodes](https://lotus.filecoin.io/lotus/developers/glif-nodes/) - A hosted endpoint to Filecoin mainnet and testnet. Note: as of Q1 2023, Infura no longer supports Filecoin.
100
-
* The GLIF endpoint supports read-only calls and `MPoolPush()` for sending signed transactions to the network (which can be signed using the [Message signing tools](https://docs.filecoin.io/reference/general/overview/#message-signing-tools)).
99
+
*[Chain.Love (Glif nodes)](https://lotus.filecoin.io/lotus/developers/glif-nodes/) - A hosted endpoint to Filecoin mainnet and testnet. Note: as of Q1 2023, Infura no longer supports Filecoin.
100
+
* The Chain.Love endpoint supports read-only calls and `MPoolPush()` for sending signed transactions to the network (which can be signed using the [Message signing tools](https://docs.filecoin.io/reference/general/overview/#message-signing-tools)).
101
101
*[**Lotus JSON-RPC API**](https://lotus.filecoin.io/lotus/get-started/what-is-lotus/) - Lotus offers the full feature set of its capabilities through API.
102
102
*[lotus API Postman sample](https://documenter.getpostman.com/view/4872192/SWLh5mUd?version=latest) - (shows sample wallet calls only)
@@ -83,7 +83,7 @@ Each node implementation has different ways to generate and manage authenticatio
83
83
* [Lotus](https://lotus.filecoin.io)
84
84
* [Venus](https://venus.filecoin.io)
85
85
86
-
If you are using a node provider service like [Glif](https://glif.io/en), take a look at your providers documentation to find out how to manage authentication tokens.
86
+
If you are using a node provider service like [Chain.Love](https://filecoin.chain.love/rpc), take a look at your providers documentation to find out how to manage authentication tokens.
0 commit comments