Skip to content

Commit 100bfe1

Browse files
authored
Merge branch 'main' into DOC-506
2 parents 84a1b38 + 97f7f21 commit 100bfe1

File tree

10 files changed

+136
-142
lines changed

10 files changed

+136
-142
lines changed

docs/whats-new.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ 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-
## February
12+
## March 2025
13+
14+
- Added full table for [Gas API supported networks](/services/get-started/endpoints/#gas-api).
15+
([#1914](https://github.com/MetaMask/metamask-docs/pull/1914))
16+
17+
## February 2025
1318

1419
- Documented [Unichain Mainnet](/services/reference/unichain) support. ([#1878](https://github.com/MetaMask/metamask-docs/pull/1878))
1520

package-lock.json

Lines changed: 67 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
"@docusaurus/tsconfig": "^3.7.0",
7979
"@docusaurus/types": "^3.7.0",
8080
"@eslint/js": "^9.21.0",
81-
"@tsconfig/docusaurus": "^1.0.5",
81+
"@tsconfig/docusaurus": "^2.0.3",
8282
"@types/react-alert": "^7.0.6",
8383
"@types/react-modal": "^3.16.3",
84-
"@typescript-eslint/parser": "^8.6.0",
84+
"@typescript-eslint/parser": "^8.26.1",
8585
"eslint": "^9.20.0",
8686
"eslint-plugin-react": "^7.37.4",
8787
"stylelint": "^15.0.0 ",

services/get-started/endpoints.md

Lines changed: 6 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar_position: 2
44
toc_max_heading_level: 3
55
---
66

7+
import GasApiNetworks from "@site/src/components/GasApiNetworks.tsx";
8+
79
# All endpoints
810

911
The following lists all the network endpoints supported by Infura.
@@ -75,9 +77,10 @@ Ensure that you replace `<YOUR-API-KEY>` with an API key from your [MetaMask Dev
7577

7678
## IPFS
7779

78-
:::caution Limited access
80+
:::caution Restricted access
7981

80-
Infura restricts its IPFS service to a select set of qualified customers. Please [contact the Infura support team](https://support.infura.io/ipfs) for next steps. New IPFS key creation is disabled for all users, but existing IPFS customers can continue to use the IPFS service with their existing keys.
82+
New IPFS key creation is disabled for all users. Only IPFS keys that were active in late 2024 continue
83+
to have access to the IPFS network.
8184

8285
:::
8386

@@ -189,80 +192,4 @@ The Gas REST API supports multiple networks.
189192

190193
Specify the chain ID in your request to interact with the relevant network.
191194

192-
#### Arbitrum
193-
194-
| Network | Chain ID |
195-
|---------|----------|
196-
| Mainnet | 42161 |
197-
| Nova | 42170 |
198-
199-
#### Avalanche (C-Chain)
200-
201-
| Network | Chain ID |
202-
|---------|----------|
203-
| Mainnet | 43114 |
204-
205-
#### Base
206-
207-
| Network | Chain ID |
208-
|---------|----------|
209-
| Mainnet | 8453 |
210-
211-
#### BNB Chain
212-
213-
| Network | Chain ID |
214-
|-----------------|----------|
215-
| Mainnet | 56 |
216-
| opBNB (layer 2) | 204 |
217-
218-
#### Cronos
219-
220-
| Network | Chain ID |
221-
|---------|----------|
222-
| Mainnet | 25 |
223-
224-
#### Ethereum
225-
226-
| Network | Chain ID |
227-
|---------|----------|
228-
| Mainnet | 1 |
229-
| Holesky | 17000 |
230-
| Sepolia | 11155111 |
231-
232-
#### Fantom
233-
234-
| Network | Chain ID |
235-
|---------|----------|
236-
| Mainnet | 250 |
237-
238-
#### Filecoin
239-
240-
| Network | Chain ID |
241-
|---------|----------|
242-
| Mainnet | 314 |
243-
244-
#### Linea
245-
246-
| Network | Chain ID |
247-
|---------|----------|
248-
| Mainnet | 59144 |
249-
| Sepolia | 59141 |
250-
251-
#### Optimism
252-
253-
| Network | Chain ID |
254-
|---------|----------|
255-
| Mainnet | 10 |
256-
257-
#### Polygon
258-
259-
| Network | Network ID |
260-
|---------|------------|
261-
| Mainnet | 137 |
262-
| Amoy | 80002 |
263-
264-
#### ZKsync Era
265-
266-
| Network | Chain ID |
267-
|---------|----------|
268-
| Mainnet | 324 |
195+
<GasApiNetworks />

services/reference/ipfs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ import CardList from '@site/src/components/CardList'
88

99
The [Interplanetary File System (IPFS)](../../how-to/use-ipfs/migrate-to-infuras-ipfs-service.md) is a distributed, [peer-to-peer (p2p)](https://en.wikipedia.org/wiki/Peer-to-peer) storage network used for storing and accessing files, websites, applications, and data.
1010

11-
:::caution Limited access
11+
:::caution Restricted access
1212

13-
Infura restricts its IPFS service to a select set of qualified customers. Please [contact the Infura support team](https://support.infura.io/ipfs) for next steps. New IPFS key creation is disabled for all users, but existing IPFS customers can continue to use the IPFS service with their existing keys.
13+
New IPFS key creation is disabled for all users. Only IPFS keys that were active in late 2024 continue
14+
to have access to the IPFS network.
1415

1516
:::
1617

services/reference/ipfs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import Banner from '@site/src/components/Banner'
99

1010
This quickstart guide will help you set up and make calls on the IPFS network using the Infura endpoints.
1111

12-
:::info
12+
:::caution Restricted access
1313

14-
To access the IPFS network through Infura, you'll need to add a billing card to your account, even if you're using a free account. Refer
15-
to the [billing details](../../how-to/use-ipfs/access-ipfs-content/dedicated-gateways.md#stats-and-billing) for more information.
14+
New IPFS key creation is disabled for all users. Only IPFS keys that were active in late 2024 continue
15+
to have access to the IPFS network.
1616

1717
:::
1818

0 commit comments

Comments
 (0)