From 64bc7fca8593c3ba46604ee1dffddf4ddc47cfec Mon Sep 17 00:00:00 2001 From: Jono Prest Date: Thu, 3 Apr 2025 16:13:07 +0200 Subject: [PATCH] Fix date mistakes in docs --- docs/HyperIndex/overview.md | 6 +++--- docs/HyperSync/api-tokens.mdx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/HyperIndex/overview.md b/docs/HyperIndex/overview.md index 43564048..a791b1cd 100644 --- a/docs/HyperIndex/overview.md +++ b/docs/HyperIndex/overview.md @@ -51,13 +51,13 @@ While HyperIndex gives you a complete indexing solution with schema management a ## Hypersync API Token Requirements -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: +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: - **Local Development**: No API token is required for local development, though requests will be rate limited. - **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. - **Hosted Service**: Indexers deployed to our hosted service will have special access that doesn't require a custom API token. -- **Free Usage**: The service remains free to use until the end of May 2024. -- **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). +- **Free Usage**: The service remains free to use until the end of April 2025. +- **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). For more details about API tokens, including how to generate and implement them, see our [API Tokens documentation](/docs/HyperSync/api-tokens). diff --git a/docs/HyperSync/api-tokens.mdx b/docs/HyperSync/api-tokens.mdx index b39d3fac..9e1b122f 100644 --- a/docs/HyperSync/api-tokens.mdx +++ b/docs/HyperSync/api-tokens.mdx @@ -14,7 +14,7 @@ import TabItem from "@theme/TabItem"; 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. -**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. +**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. ## Table of Contents