Skip to content

Commit 021f2fa

Browse files
Merge branch 'main' into 1653-typo-fixes
2 parents a820001 + 87610a1 commit 021f2fa

File tree

778 files changed

+2989
-2442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

778 files changed

+2989
-2442
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ docusaurus.config.js @MetaMask/activation @MetaMask/tech-writers
1010
# GitHub workflows and templates
1111
/.github/ @MetaMask/activation @MetaMask/tech-writers
1212

13+
# Static image and video files
14+
/static/ @MetaMask/activation @MetaMask/tech-writers
15+
1316
# Vercel configuration
1417
vercel.json @MetaMask/activation @MetaMask/tech-writers
1518

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.docusaurus
99
.cache-loader
1010
.idea
11+
.yarn
1112

1213
# Misc
1314
.DS_Store

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ description: View your Infura credit usage stats.
44

55
# View credit usage
66

7-
:::info
8-
9-
The [credit pricing model](/services/get-started/pricing) replaces request-based billing for free-tier (Core)
10-
customers. Customers on Developer and Team plans will be transitioned to the credit model on
11-
September 30, 2024.
12-
13-
**Existing customers on Growth and Custom plans will remain on request-based billing**.
14-
:::
15-
167
You can view your daily credit usage in relation to your daily credit quota limit. Daily credit usage
178
counts are reset everyday at 00:00 UTC for all customers.
189

developer-tools/dashboard/how-to/dashboard-stats.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ You can view your Web3 API usage stats in the following charts and tables.
4040

4141
### Requests Volume chart
4242

43-
This chart displays the total volume of requests sent to Infura using the selected API key(s) over
43+
This chart displays the total volume of requests sent to Infura using the selected API keys over
4444
the selected time period.
4545

4646
### Product Request Volumes
4747

4848
This chart displays the aggregate request volumes for the top five API methods called using the
49-
selected API key(s) over the selected time period.
49+
selected API keys over the selected time period.
5050
To view stats for a particular product (network) instead of the default of all products, make a
5151
selection from the products dropdown.
5252
This change will impact what API methods are displayed in the
@@ -55,14 +55,14 @@ This change will impact what API methods are displayed in the
5555
### Method Request Volumes
5656

5757
This chart displays the aggregate request volumes for requests made on the top five networks using
58-
the selected API key(s) over the selected time period.
58+
the selected API keys over the selected time period.
5959
To view stats for a particular method instead of the default of all methods, make a selection from
6060
the methods dropdown.
6161

6262
### Requests Activity
6363

6464
This table displays the total request volumes and successful and failed requests, based on each
65-
product (network) and method called using the selected API key(s) over the selected time period.
65+
product (network) and method called using the selected API keys over the selected time period.
6666

6767
For more details about the failure status codes, select the two diagonal arrows to the right of the
6868
**FAILED REQUESTS (%)** values.
@@ -72,7 +72,7 @@ requests, grouped by the returned status codes.
7272
### Eth_call activity
7373

7474
This table displays the activities made on the `eth_call` method, including contract addresses that
75-
interacted with the selected API key(s).
75+
interacted with the selected API keys.
7676
This table only shows the `eth_call` activity for the last 30 minutes, and is not impacted by any
7777
time period selection.
7878

@@ -85,15 +85,15 @@ You can view your IPFS usage stats in the following charts.
8585

8686
### Data Transfer Up
8787

88-
This chart displays the amount of data sent to the IPFS service using the selected API key(s) over
88+
This chart displays the amount of data sent to the IPFS service using the selected API keys over
8989
the selected time period.
9090

9191
### Data Transfer Down
9292

93-
This chart displays the amount of data retrieved from the IPFS service using the selected API key(s)
93+
This chart displays the amount of data retrieved from the IPFS service using the selected API keys
9494
over the selected time period.
9595

9696
### Total Storage
9797

98-
This chart displays the total amount of data stored by the selected API key(s) over the selected
98+
This chart displays the total amount of data stored by the selected API keys over the selected
9999
time period.

developer-tools/dashboard/how-to/secure-an-api/api-key-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If your dapp operates solely on the client side without a server, use only the A
2222
The API key is exposed in client-side code, so you should secure it using [allowlists](use-an-allowlist.md).
2323

2424
:::tip
25-
For customers on the Developer tier or higher, Infura supports [overriding your allowlist](use-an-allowlist.md#overide-your-allowlist-settings)
25+
For customers on the Developer tier or higher, Infura supports [overriding your allowlist](use-an-allowlist.md#override-your-allowlist-settings)
2626
when you specify an API key secret. This allows you to apply the principle of least privilege on the
2727
client side while allowing unrestricted access on the server side.
2828
:::

developer-tools/dashboard/how-to/secure-an-api/set-rate-limits.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ description: Set rate limits to control access to the API key.
44

55
# Rate limits
66

7-
:::info
8-
9-
The credit pricing model replaces the request-based billing for free-tier (Core) customers.
10-
**Existing paid customers will not be immediately affected and will continue to limit the number of requests per second**.
11-
12-
:::
13-
147
Set credit rate limits to control access to the API key and to limit costs in case of a leaked API key.
158
Set rate limiting in the API key's **Settings** tab **Key Credit Limits** section.
169

@@ -30,6 +23,6 @@ Set rate limiting in the API key's **Settings** tab **Key Credit Limits** sectio
3023
The value `0` means default limits are applied.
3124

3225
- **PER DAY TOTAL CREDITS** restricts total daily credit usage for the API key. Set a limit on number of
33-
credits per day in integers, e.g. 20000. The value `0` means default limits are applied.
26+
credits per day in integers, for example, 20000. The value `0` means default limits are applied.
3427

3528
When the number of used credits reach this limit, all requests will be rejected until the next day (00:00 UTC).

developer-tools/dashboard/how-to/secure-an-api/use-an-allowlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ This functionality is only available to customers on the Developer tier or highe
188188
[upgrade your plan](../upgrade-your-plan.md) if you're currently on the free Core tier.
189189
:::
190190

191-
The **OVERIDE ALLOWLIST** switch lets you overide your allowlist settings when a request includes an
191+
The **OVERRIDE ALLOWLIST** switch lets you override your allowlist settings when a request includes an
192192
[API key secret](api-key-secret.md). This means requests will be accepted even if an IP address or
193193
URL isn't on your allowlist, provided they include both the API key and the API key secret.
194194

docs/whats-new.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,28 @@ The latest major MetaMask documentation updates are listed by the month they wer
99
For a comprehensive list of recent product changes, visit the "Release Notes" section at the bottom
1010
of the [MetaMask developer page](https://metamask.io/developer/).
1111

12+
## November 2024
13+
14+
- Added tutorial for
15+
[creating a simple Starknet dapp](/wallet/how-to/use-non-evm-networks/starknet/create-a-simple-starknet-dapp).
16+
([#1656](https://github.com/MetaMask/metamask-docs/pull/1656))
17+
- Documented Snaps [`Card`](/snaps/features/custom-ui/#card) and [`Section`](/snaps/features/custom-ui/#section) UI components.
18+
([#1707](https://github.com/MetaMask/metamask-docs/pull/1707) and
19+
[#1700](https://github.com/MetaMask/metamask-docs/pull/1700))
20+
1221
## October 2024
1322

14-
- Documented support for [non-EVM networks](/wallet/how-to/use-non-evm-networks), starting with [Starknet](/wallet/how-to/use-non-evm-networks/starknet). ([#1509](https://github.com/MetaMask/metamask-docs/pull/1509))
23+
- Documented support for [non-EVM networks](/wallet/how-to/use-non-evm-networks), starting with [Starknet](/wallet/how-to/use-non-evm-networks/starknet).
24+
([#1509](https://github.com/MetaMask/metamask-docs/pull/1509))
1525
- Documented [Scroll](/services/reference/scroll) support.
1626
([#1641](https://github.com/MetaMask/metamask-docs/pull/1641))
1727
- Updated [Wallet landing page](/wallet) and added [Connect to MetaMask](/wallet/connect) section
1828
with SDK, third-party libraries, and Wallet API connection options.
1929
([#1494](https://github.com/MetaMask/metamask-docs/pull/1494))
2030
- Documented [`snap_getPreferences`](/snaps/reference/snaps-api/#snap_getpreferences).
2131
([#1681](https://github.com/MetaMask/metamask-docs/pull/1681))
32+
- Documented [Snaps custom UI dialogs](/snaps/features/custom-ui/dialogs).
33+
([#1682](https://github.com/MetaMask/metamask-docs/pull/1682))
2234

2335
## September 2024
2436

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ const config = {
3535
customFields: {
3636
LD_CLIENT_ID: process.env.LD_CLIENT_ID,
3737
VERCEL_ENV: process.env.VERCEL_ENV,
38-
DASHBOARD_PREVIEW_URL: process.env.DASHBOARD_PREVIEW_URL,
38+
DASHBOARD_URL: process.env.DASHBOARD_URL || 'http://localhost:3000',
3939
SENTRY_KEY: process.env.SENTRY_KEY,
4040
GF_SURVEY_KEY: process.env.GF_SURVEY_KEY,
41+
LINEA_ENS_URL: process.env.LINEA_ENS_URL,
4142
},
4243

4344
trailingSlash: true,

0 commit comments

Comments
 (0)