Skip to content

Commit b86eb78

Browse files
authored
fix: calibration wss url
The url wasn't working. I tried this one instead and it worked. #### Test plan ```sh wscat -c wss://wss.calibration.node.glif.io/apigw/lotus/rpc/v1 ```
1 parent 5be6669 commit b86eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/lotus/developers/glif-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Calibration nodes using the [JSON RPC API]({{< relref "../../reference/basics/ap
3535
You can use the `v1` JSON RPC API with `https://api.calibration.node.glif.io/rpc/v1`
3636
{{< /alert >}}
3737

38-
- The Calibration network has a WebSocket endpoint. The WebSocket link is available at wss://wss.calibration.node.glif.io/apigw/lotus/rpc/1
38+
- The Calibration network has a WebSocket endpoint. The WebSocket link is available at wss://wss.calibration.node.glif.io/apigw/lotus/rpc/v1
3939

4040
### Custom endpoints
4141

0 commit comments

Comments
 (0)