Skip to content

Commit 4574202

Browse files
committed
Merge branch 'main' into 1566-multichain
# Conflicts: # docs/whats-new.md
2 parents 19df454 + b9bdcea commit 4574202

File tree

135 files changed

+2818
-515
lines changed

Some content is hidden

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

135 files changed

+2818
-515
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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ of the [MetaMask developer page](https://metamask.io/developer/).
1414
- Documented Multichain API [guide](/wallet/how-to/manage-networks/use-multichain),
1515
[concept](/wallet/concepts/multichain-api), and [reference](/wallet/reference/multichain-api).
1616
([#1621](https://github.com/MetaMask/metamask-docs/pull/1621))
17+
- Documented [Unichain Sepolia](/services/reference/unichain) support. ([#1725](https://github.com/MetaMask/metamask-docs/pull/1725))
18+
- Updated Snaps [Custom UI documentation](/snaps/features/custom-ui/) for MetaMask Extension version 12.6.
19+
([#1715](https://github.com/MetaMask/metamask-docs/pull/1715))
1720
- Added tutorial for
1821
[creating a simple Starknet dapp](/wallet/how-to/use-non-evm-networks/starknet/create-a-simple-starknet-dapp).
1922
([#1656](https://github.com/MetaMask/metamask-docs/pull/1656))
2023
- Documented Snaps [`Card`](/snaps/features/custom-ui/#card) and [`Section`](/snaps/features/custom-ui/#section) UI components.
21-
([#1707](https://github.com/MetaMask/metamask-docs/pull/1707) and
22-
[#1700](https://github.com/MetaMask/metamask-docs/pull/1700))
24+
([#1707](https://github.com/MetaMask/metamask-docs/pull/1707)) ([#1700](https://github.com/MetaMask/metamask-docs/pull/1700))
2325

2426
## October 2024
2527

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/get-started/endpoints.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ Include your authentication details when [making IPFS requests](/reference/ipfs/
155155
| Mainnet | JSON-RPC over HTTPS | `https://starknet-mainnet.infura.io/v3/<YOUR-API-KEY>` |
156156
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://starknet-sepolia.infura.io/v3/<YOUR-API-KEY>` |
157157

158+
## Unichain
159+
160+
| Network | Description | URL |
161+
|---------|-------------------------|-------------------------------------------------------|
162+
| Sepolia | JSON-RPC over HTTPS | `https://unichain-sepolia.infura.io/v3/<YOUR-API-KEY>` |
163+
158164
## ZKsync Era
159165

160166
:::info

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/linea/json-rpc-methods/_eth_getunclebyblockhashandindex-request.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)