Skip to content

Commit d2119f3

Browse files
authored
Fix date mistakes in docs (#613)
1 parent 20ba033 commit d2119f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/HyperIndex/overview.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ While HyperIndex gives you a complete indexing solution with schema management a
5151

5252
## Hypersync API Token Requirements
5353

54-
Starting from **9 May 2024**, HyperSync (the data engine powering HyperIndex) will implement rate limits for requests without API tokens. Here's what you need to know:
54+
Starting from **9 April 2025**, HyperSync (the data engine powering HyperIndex) will implement rate limits for requests without API tokens. Here's what you need to know:
5555

5656
- **Local Development**: No API token is required for local development, though requests will be rate limited.
5757
- **Self-Hosted Deployments**: API tokens are required for unlimited HyperSync access in self-hosted deployments. The token can be set via the `ENVIO_API_TOKEN` environment variable in your indexer configuration. This can be read from the `.env` file in the root of your HyperIndex project.
5858
- **Hosted Service**: Indexers deployed to our hosted service will have special access that doesn't require a custom API token.
59-
- **Free Usage**: The service remains free to use until the end of May 2024.
60-
- **Future Pricing**: From June 2024 onwards, we will introduce tiered packages based on usage. Credits are calculated based on comprehensive metrics including data bandwidth, disk read operations, and other resource utilization factors. For preferred introductory pricing based on your specific use case, reach out to us on [Discord](https://discord.gg/Q9qt8gZ2fX).
59+
- **Free Usage**: The service remains free to use until the end of April 2025.
60+
- **Future Pricing**: From May 2025 onwards, we will introduce tiered packages based on usage. Credits are calculated based on comprehensive metrics including data bandwidth, disk read operations, and other resource utilization factors. For preferred introductory pricing based on your specific use case, reach out to us on [Discord](https://discord.gg/Q9qt8gZ2fX).
6161

6262
For more details about API tokens, including how to generate and implement them, see our [API Tokens documentation](/docs/HyperSync/api-tokens).
6363

docs/HyperSync/api-tokens.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import TabItem from "@theme/TabItem";
1414

1515
API tokens provide authenticated access to HyperSync services, enabling enhanced capabilities and usage tracking. While currently optional, they will become mandatory in the future and offer significant advantages for serious usage.
1616

17-
**Starting from 9 May**, you will still be able to use HyperSync without API tokens, but **rate limits will be applied**. The service will remain **free to use until the end of May**. From **June onwards**, we will introduce a set of **tiered packages based on usage**. Indexers deployed to our hosted service will have special access to HyperSync that does not require a custom API token.
17+
**Starting from 9 April 2025**, you will still be able to use HyperSync without API tokens, but **rate limits will be applied**. The service will remain **free to use until the end of April**. From **May onwards**, we will introduce a set of **tiered packages based on usage**. Indexers deployed to our hosted service will have special access to HyperSync that does not require a custom API token.
1818

1919
## Table of Contents
2020

0 commit comments

Comments
 (0)