Skip to content

Commit 9788bb4

Browse files
Merge branch 'main' into feat-multi-api
2 parents bf9d1f9 + 7179227 commit 9788bb4

File tree

18 files changed

+165
-74
lines changed

18 files changed

+165
-74
lines changed

developer-tools/dashboard/get-started/create-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ requiring an API key secret or JWTs with each API request.
3737

3838
We recommend the following best practices when creating your API keys:
3939

40-
- Group API key endpoints by environment. For example, create seperate API keys for production or development environments.
40+
- Group API key endpoints by environment. For example, create separate API keys for production or development environments.
4141
- Group API key endpoints by groups or individuals [sharing the API key](../how-to/project-sharing.md).
4242
- Limit the number of networks or services per API key only to the necessary endpoints.
4343
- Group the API key endpoints based on shared security considerations such as

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 9
77

88
### Suspicious activity detected during registration
99

10-
If you receive a "Suspicious activity detected" message during registration, it might be for of one of the following
10+
If you receive a "Suspicious activity detected" message during registration, it might be for one of the following
1111
reasons:
1212

1313
- You have another account: Infura does not allow users to create multiple accounts, so if

docs/whats-new.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ of the [MetaMask developer page](https://metamask.io/developer/).
1111

1212
## November 2024
1313

14+
- Updated Snaps [Custom UI documentation](/snaps/features/custom-ui/) for MetaMask Extension version 12.6.
15+
([#1715](https://github.com/MetaMask/metamask-docs/pull/1715))
1416
- Added tutorial for
1517
[creating a simple Starknet dapp](/wallet/how-to/use-non-evm-networks/starknet/create-a-simple-starknet-dapp).
1618
([#1656](https://github.com/MetaMask/metamask-docs/pull/1656))
1719
- 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+
([#1707](https://github.com/MetaMask/metamask-docs/pull/1707)) ([#1700](https://github.com/MetaMask/metamask-docs/pull/1700))
2021

2122
## October 2024
2223

services/concepts/gas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 6
66
# Gas
77

88
Gas is a unit used to measure the computational effort required to perform an action on a blockchain network, such as
9-
executing a smart contract or sending a transaction. To perform an action, users must pay in units of gas, which is
9+
executing a smart contract or sending a transaction. To perform an action, users must pay in units of gas, which are
1010
calculated based on the computational resources required for the action, and to compensate the miners who execute the
1111
request.
1212

services/reference/arbitrum/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,4 @@ Select one of the following options to get started with the Arbitrum network:
5454

5555
No personal information is sent as part of partner requests, only information necessary to fulfill your API request. This means that Infura's partner service provider can service your request, but not store the content of your request.
5656

57-
For any parameters required in an RPC request, these could be the type that describe the method, addresses, gas, and session.
58-
59-
Liquify ([Privacy Policy](https://www.liquify.com/Liquify_RPC_PP.pdf)) is Infura's failover-protection partner and currently offer failover support for all Infura's Arbitrum methods.
57+
Liquify ([Privacy Policy](https://www.liquify.com/Liquify_RPC_PP.pdf)) is Infura's failover-protection partner and currently offers failover support for all Infura's Arbitrum methods.

services/reference/avalanche-c-chain/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,4 @@ Select one of the following options to get started with the Avalanche C-Chain ne
5959

6060
No personal information is sent as part of partner requests, only information necessary to fulfill your API request. This means that Infura's partner service provider can service your request, but not store the content of your request.
6161

62-
For any parameters required in an RPC request, these could be the type that describe the method, addresses, gas, and session.
63-
64-
Liquify ([Privacy Policy](https://www.liquify.com/Liquify_RPC_PP.pdf)) is Infura's failover-protection partner and currently offer failover support for all Infura's Avalanche (C-Chain) methods.
62+
Liquify ([Privacy Policy](https://www.liquify.com/Liquify_RPC_PP.pdf)) is Infura's failover-protection partner and currently offers failover support for all Infura's Avalanche (C-Chain) methods.

services/reference/base/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import CardList from '@site/src/components/CardList'
88

99
Base is an optimistic layer 2 rollup chain built by Coinbase on the MIT-licensed [OP Stack](https://docs.optimism.io/stack/getting-started#the-op-stack-today), in collaboration with [Optimism](../optimism/index.md).
1010

11-
The Base network provides seamless Coinbase integrations, easy fiat onramps, and access to more than
11+
The Base network provides seamless Coinbase integrations, easy fiat on-ramps, and access to more than
1212
100 million users and $100 billion in assets in the Coinbase ecosystem.
1313

1414
:::info See also

services/reference/ipfs/http-api-methods/add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ On success, the call to this endpoint will return with 200 and the following bod
6969

7070
- `Name` - Name of the object.
7171
- `Hash` - Hash of the uploaded object.
72-
- `Size` - Integer indication size in bytes.
72+
- `Size` - Integer indicating size in bytes.

services/reference/mantle/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ Select one of the following options to get started with the Mantle network:
5353

5454
## Partners and privacy policies
5555

56-
The following partner provides access to Mantle network:
56+
The following partner provides access to the Mantle network:
5757

5858
- 0xFury ([Privacy policy](https://0xfury.com/privacy.php))

services/reference/optimism/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ occur on Optimism are posted and validated on Ethereum mainnet using Optimistic
5050

5151
No personal information is sent as part of partner requests, only information necessary to fulfill your API request. This means that Infura's partner service provider can service your request, but not store the content of your request.
5252

53-
For any parameters required in an RPC request, these could be the type that describe the method, addresses, gas, and session.
54-
5553
Bware Labs ([Terms of Service](https://bwarelabs.com/terms), [Privacy Policy](https://bwarelabs.com/privacy)) is Infura's failover-protection partner. While Bware Labs supports most Infura methods, it does not yet support the following methods:
5654

5755
- `eth_accounts`

0 commit comments

Comments
 (0)