From b86eb782e7441d1218aff72270e804dcbc8cf9db Mon Sep 17 00:00:00 2001 From: William Morriss Date: Fri, 26 Sep 2025 20:35:32 -0500 Subject: [PATCH] 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 ``` --- content/en/lotus/developers/glif-nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/lotus/developers/glif-nodes.md b/content/en/lotus/developers/glif-nodes.md index f23e62ef..879db035 100644 --- a/content/en/lotus/developers/glif-nodes.md +++ b/content/en/lotus/developers/glif-nodes.md @@ -35,7 +35,7 @@ Calibration nodes using the [JSON RPC API]({{< relref "../../reference/basics/ap You can use the `v1` JSON RPC API with `https://api.calibration.node.glif.io/rpc/v1` {{< /alert >}} -- The Calibration network has a WebSocket endpoint. The WebSocket link is available at wss://wss.calibration.node.glif.io/apigw/lotus/rpc/1 +- The Calibration network has a WebSocket endpoint. The WebSocket link is available at wss://wss.calibration.node.glif.io/apigw/lotus/rpc/v1 ### Custom endpoints