Skip to content

Commit

Permalink
Remove outdated admonitions. (MetaMask#1712)
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst authored Nov 5, 2024
1 parent 7d14087 commit 3585dd4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 47 deletions.
9 changes: 0 additions & 9 deletions developer-tools/dashboard/how-to/credit-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ description: View your Infura credit usage stats.

# View credit usage

:::info

The [credit pricing model](/services/get-started/pricing) replaces request-based billing for free-tier (Core)
customers. Customers on Developer and Team plans will be transitioned to the credit model on
September 30, 2024.

**Existing customers on Growth and Custom plans will remain on request-based billing**.
:::

You can view your daily credit usage in relation to your daily credit quota limit. Daily credit usage
counts are reset everyday at 00:00 UTC for all customers.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ description: Set rate limits to control access to the API key.

# Rate limits

:::info

The credit pricing model replaces the request-based billing for free-tier (Core) customers.
**Existing paid customers will not be immediately affected and will continue to limit the number of requests per second**.

:::

Set credit rate limits to control access to the API key and to limit costs in case of a leaked API key.
Set rate limiting in the API key's **Settings** tab **Key Credit Limits** section.

Expand Down
8 changes: 0 additions & 8 deletions services/get-started/infura.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,6 @@ Optimize your app and better understand your users by
The Infura dashboard provides an overview of your daily credit usage. Select **View Usage**
for a [wider view of your credit usage](/developer-tools/dashboard/how-to/credit-usage).

:::info

The credit pricing model replaces request-based billing for free-tier (Core) customers. Customers on
Developer and Team plans will be transitioned to the credit model on September 30, 2024.
**Existing customers on Growth and Custom plans will remain on request-based billing**.

:::

<div class="left-align-container">
<div class="img-large">
<img
Expand Down
15 changes: 1 addition & 14 deletions services/get-started/pricing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@ description: Infura's credit pricing model.

# Pricing

:::info

The credit pricing model replaces request-based billing for free-tier (Core) customers. Customers on
Developer and Team plans will be transitioned to the credit model on September 30, 2024.

**Existing customers on Growth and Custom plans will remain on request-based billing**.

:::

Infura's credit pricing model introduces a more accurate and transparent pricing structure by assigning
Infura's credit pricing model introduces an accurate and transparent pricing structure by assigning
specific credit values to each request, based on computational complexity.

Infura users get a fixed allocated daily credit quota as part of their subscription plan, which they can
Expand Down Expand Up @@ -50,7 +41,3 @@ The following credit plans are available for new customers:
- **Developer**: 15,000,000 daily credits, and 4,000 credits per second rate limit.
- **Team**: 75,000,000 daily credits, and 40,000 credits per second rate limit.
- **Custom**: [Contact us](https://www.infura.io/contact) to determine the custom plan for your requirements.

:::info important
The existing Growth plan is no longer available to new Infura customers.
:::
9 changes: 0 additions & 9 deletions services/how-to/avoid-rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ sidebar_position: 1
Infura applies rate limiting account-wide after exceeding the [daily credit limit](../get-started/pricing/index.md)
or the number of credits per second (throughput).

:::info

The credit pricing model replaces request-based billing for Core (free-tier) customers. Customers on
Developer and Team plans will be transitioned to the credit model on September 30, 2024.

**Existing customers on Growth and Custom plans will remain on request-based billing**.

:::

For rate limiting designed to protect our service in the event of an attack, Infura uses a combination of:
- Source IP address.
- JSON-RPC method.
Expand Down

0 comments on commit 3585dd4

Please sign in to comment.