Skip to content

Commit 293f950

Browse files
committed
update the mainnet websocket rpc endpoint
1 parent 1b2e10d commit 293f950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodes/lite-nodes/spin-up-a-lite-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Let's start the lite-node by connecting to a remote full-node. We can use the pu
211211
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:
212212
213213
```shell
214-
FULLNODE_API_INFO=wss://wss.mainnet.node.glif.io/apigw/lotus lotus daemon --lite
214+
FULLNODE_API_INFO=wss://wss.node.glif.io/apigw/lotus lotus daemon --lite
215215
```
216216
217217
This will output something like:
@@ -269,7 +269,7 @@ To send JSON-RPC requests to our lite-node we need to expose the API.
269269
3. In the same window, restart the lite-node:
270270
271271
```shell
272-
FULLNODE_API_INFO=wss://wss.mainnet.node.glif.io/apigw/lotus lotus daemon --lite
272+
FULLNODE_API_INFO=wss://wss.node.glif.io/apigw/lotus lotus daemon --lite
273273
```
274274
275275
This will output something like:

0 commit comments

Comments
 (0)