Skip to content

Commit 8116d7d

Browse files
Merge branch 'main' into main
2 parents 6f0c66a + 96f4316 commit 8116d7d

File tree

6 files changed

+6
-26
lines changed

6 files changed

+6
-26
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,7 @@
22
# so the listed codeowners apply only if there is no later match.
33

44
# Default owner for all other files
5-
* @MetaMask/activation
6-
7-
# Docusaurus configuration
8-
docusaurus.config.js @MetaMask/activation @MetaMask/tech-writers
9-
10-
# GitHub workflows and templates
11-
/.github/ @MetaMask/activation @MetaMask/tech-writers
12-
13-
# Static image and video files
14-
/static/ @MetaMask/activation @MetaMask/tech-writers
15-
16-
# Vercel configuration
17-
vercel.json @MetaMask/activation @MetaMask/tech-writers
18-
19-
# Sidebar files
20-
*-sidebar.js @MetaMask/activation @MetaMask/tech-writers
5+
* @MetaMask/activation @MetaMask/tech-writers
216

227
# All other Markdown files
238
*.md @MetaMask/tech-writers

developer-tools/dashboard/how-to/credit-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: View your Infura credit usage stats.
55
# View credit usage
66

77
You can view your daily credit usage in relation to your daily credit quota limit. Daily credit usage
8-
counts are reset everyday at 00:00 UTC for all customers.
8+
counts are reset every day at 00:00 UTC for all customers.
99

1010
Select **View Usage** from the **Daily Credit Usage** section on the dashboard, or select
1111
the **Usage** tab from the **Settings** > **Billing** dropdown.

services/get-started/endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Specify the chain ID in your request to interact with the relevant network.
225225
| Network | Chain ID |
226226
|---------|----------|
227227
| Mainnet | 1 |
228-
| Holeksy | 17000 |
228+
| Holesky | 17000 |
229229
| Sepolia | 11155111 |
230230

231231
#### Fantom

services/get-started/pricing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ credits toward your daily credit quota:
3737

3838
The following credit plans are available for new customers:
3939

40-
- **Free tier**: 6,000,000 daily credits, and 2,000 credits per second rate limit.
40+
- **Free tier**: 3,000,000 daily credits, and 500 credits per second rate limit.
4141
- **Developer**: 15,000,000 daily credits, and 4,000 credits per second rate limit.
4242
- **Team**: 75,000,000 daily credits, and 40,000 credits per second rate limit.
4343
- **Custom**: [Contact us](https://www.infura.io/contact) to determine the custom plan for your requirements.

services/how-to/avoid-rate-limiting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ additional credit packs for more capacity.
1616
If you've exceeded your allowed throughput limit, consider reducing the amount of requests per
1717
second, or upgrade for more capacity.
1818

19-
Credit quota limits are reset everyday at 00:00 UTC for all customers.
19+
Credit quota limits are reset every day at 00:00 UTC for all customers.
2020

2121
## Rate limit implications
2222

@@ -76,4 +76,4 @@ If you're consistently rate limited, consider these workarounds:
7676

7777
You can have Infura notify you when you're near your daily credit limit by selecting
7878
**Email Notifications** in the **Accounts** page of the Infura **Settings**. Infura sends emails
79-
when your daily credits reach 75%, 85%, and 100% of the allowed limit.
79+
when your daily credits reach 75%, 85%, and 100% of the allowed limit.

src/components/ParserOpenRPC/DetailsBox/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ export default function DetailsBox({
9090
Returns
9191
</Heading>
9292
<div className={styles.paramContainer}>
93-
{result?.description && (
94-
<div className="padding-vert--md">
95-
<MDContent content={result.description} />
96-
</div>
97-
)}
9893
{result && renderResultSchemas(result, components)}
9994
</div>
10095
</>

0 commit comments

Comments
 (0)