Skip to content

Commit e50934c

Browse files
Updating testnet endpoints for Glif nodes (#309)
* Updating testnet endpoints for Glif nodes * Clarifies what the `v1` endpoint is. Co-authored-by: Johnny <[email protected]>
1 parent 36c0b69 commit e50934c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ resources
55
.netlify
66
TODO
77
.DS_Store
8+
9+
# JetBrains IDE
10+
.idea/
11+

content/en/developers/glif-nodes.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ Unlike bare Lotus, the endpoint above is hardened and limited:
2525

2626
## Testnet endpoint
2727

28-
Testnet nodes using the [JSON RPC API]({{< relref "/reference/basics/overview" >}}) can use `https://dev.node.glif.io/calibrationapi/lotus/rpc/v0`.
28+
Testnet nodes using the [JSON RPC API]({{< relref "/reference/basics/overview" >}}) can use `https://api.calibration.node.glif.io/rpc/v0`.
2929
- Only the _latest_ 2000 blocks are available on public endpoints. This is due to the limitation of [lightweight-snapshots]({{< relref "chain-management" >}}).
3030
- `Filecoin.StateMarketDeals` operation data is available as a [direct link to an AWS S3 bucket](https://marketdeals.s3.amazonaws.com/StateMarketDeals.json). `StateMarketDeals` data is refreshed every 10 minutes.
3131

32+
- {{< alert icon="tip" >}}
33+
You can use the `v1` JSON RPC API with `https://api.calibration.node.glif.io/rpc/v1`
34+
{{< /alert >}}
3235

3336
### Custom endpoints
3437

0 commit comments

Comments
 (0)