-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into nightlyCheck
- Loading branch information
Showing
834 changed files
with
14,323 additions
and
6,233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
* @MetaMask/tech-writers | ||
# This is a codeowners file. The last matching pattern takes precedence, | ||
# so the listed codeowners apply only if there is no later match. | ||
|
||
# Default owner for all other files | ||
* @MetaMask/activation | ||
|
||
# Docusaurus configuration | ||
docusaurus.config.js @MetaMask/activation @MetaMask/tech-writers | ||
|
||
# Vercel configuration | ||
vercel.json @MetaMask/activation @MetaMask/tech-writers | ||
|
||
# Sidebar files | ||
*-sidebar.js @MetaMask/activation @MetaMask/tech-writers | ||
|
||
# All other Markdown files | ||
*.md @MetaMask/tech-writers | ||
*.mdx @MetaMask/tech-writers | ||
|
||
# Services documentation | ||
/services/ @MetaMask/tech-writers | ||
|
||
# Snaps documentation | ||
/snaps/ @MetaMask/tech-writers @MetaMask/snaps | ||
/wallet/ @MetaMask/tech-writers @MetaMask/dev-ex | ||
|
||
# Wallet and SDK documentation | ||
/wallet/ @MetaMask/tech-writers @MetaMask/wallet-api-platform-engineers @MetaMask/sdk-devs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
description: View your Infura credit usage stats. | ||
--- | ||
|
||
# View credit usage | ||
|
||
:::info | ||
|
||
The [credit pricing model](../api/learn/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. | ||
|
||
Select **View Usage** from the **Daily Credit Usage** section on the Infura dashboard, or select | ||
the **Usage** tab from the **Settings** > **Billing** dropdown. | ||
|
||
View your usage for the previous 24 hours, 7 days, or 30 days by methods used, networks, or API key. | ||
|
||
<div class="left-align-container"> | ||
<div class="img-large"> | ||
<img | ||
src={require('../../images/credit-usage.png').default} | ||
/> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.