Skip to content

Commit

Permalink
Update custom-indexer.mdx (#20717)
Browse files Browse the repository at this point in the history
Typo in the docs (missing ".com")
  • Loading branch information
bd21 authored Dec 30, 2024
1 parent 7a01d3e commit 1a27a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guides/developer/advanced/custom-indexer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The most straightforward stream source is to subscribe to a remote store of chec
- Testnet: `https://storage.googleapis.com/mysten-testnet-checkpoints`
- Mainnet: `https://storage.googleapis.com/mysten-mainnet-checkpoints`

The checkpoint files are stored in the following format: `https://storage.googleapis.com/mysten-testnet-checkpoints/<checkpoint_id>.chk`. You can download the checkpoint file by sending an HTTP GET request to the relevant URL. Try it yourself for checkpoint 1 at [https://storage.googleapis/mysten-testnet-checkpoints/1.chk](https://storage.googleapis/mysten-testnet-checkpoints/1.chk).
The checkpoint files are stored in the following format: `https://storage.googleapis.com/mysten-testnet-checkpoints/<checkpoint_id>.chk`. You can download the checkpoint file by sending an HTTP GET request to the relevant URL. Try it yourself for checkpoint 1 at [https://storage.googleapis.com/mysten-testnet-checkpoints/1.chk](https://storage.googleapis.com/mysten-testnet-checkpoints/1.chk).

```mermaid
flowchart LR
Expand Down

0 comments on commit 1a27a82

Please sign in to comment.