File tree Expand file tree Collapse file tree 4 files changed +4
-20
lines changed Expand file tree Collapse file tree 4 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ The latest major MetaMask documentation updates are listed by the month they wer
9
9
For a comprehensive list of recent product changes, visit the "Release Notes" section at the bottom
10
10
of the [ MetaMask developer page] ( https://metamask.io/developer/ ) .
11
11
12
+ ## May 2025
13
+
14
+ - Discontinue Infura support for the Ethereum Holesky testnet. ([ #1996 ] ( https://github.com/MetaMask/metamask-docs/pull/1996 ) )
15
+
12
16
## April 2025
13
17
14
18
- Documented [ Ethereum Hoodi testnet] ( /services/get-started/endpoints/#ethereum ) support. ([ #1977 ] ( https://github.com/MetaMask/metamask-docs/pull/1977 ) )
Original file line number Diff line number Diff line change @@ -66,18 +66,10 @@ Ensure that you replace `<YOUR-API-KEY>` with an API key from your [MetaMask Dev
66
66
67
67
## Ethereum
68
68
69
- :::warning Holesky deprecation
70
- The Holesky testnet will be deprecated from the Infura service on May 1, 2025.
71
- Switch to the Hoodi testnet, now available on Infura via
72
- [ Decentralized Infrastructure Network (DIN)] ( https://www.infura.io/solutions/decentralized-infrastructure-service ) .
73
- :::
74
-
75
69
| Network | Description | URL |
76
70
| -------------------| -------------------------| ------------------------------------------------|
77
71
| Mainnet | JSON-RPC over HTTPS | ` https://mainnet.infura.io/v3/<YOUR-API-KEY> ` |
78
72
| Mainnet | JSON-RPC over WebSocket | ` wss://mainnet.infura.io/ws/v3/<YOUR-API-KEY> ` |
79
- | Testnet (Holesky) | JSON-RPC over HTTPS | ` https://holesky.infura.io/v3/<YOUR-API-KEY> ` |
80
- | Testnet (Holesky) | JSON-RPC over WebSocket | ` wss://holesky.infura.io/ws/v3/<YOUR-API-KEY> ` |
81
73
| Testnet (Hoodi) | JSON-RPC over HTTPS | ` https://hoodi.infura.io/v3/<YOUR-API-KEY> ` |
82
74
| Testnet (Hoodi) | JSON-RPC over WebSocket | ` wss://hoodi.infura.io/ws/v3/<YOUR-API-KEY> ` |
83
75
| Testnet (Sepolia) | JSON-RPC over HTTPS | ` https://sepolia.infura.io/v3/<YOUR-API-KEY> ` |
Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ import CardList from '@site/src/components/CardList'
6
6
7
7
# Ethereum
8
8
9
- :::warning Holesky deprecation
10
- The Holesky testnet will be deprecated from the Infura service on May 1, 2025.
11
- Switch to the Hoodi testnet, now available on Infura via
12
- [ Decentralized Infrastructure Network (DIN)] ( https://www.infura.io/solutions/decentralized-infrastructure-service ) .
13
- :::
14
-
15
9
Ethereum is a decentralized, open-source blockchain network with [ Turing-complete] ( https://en.wikipedia.org/wiki/Turing_completeness )
16
10
smart contract functionality. Ether (ETH) is the native cryptocurrency.
17
11
Original file line number Diff line number Diff line change 2
2
title : JSON-RPC methods
3
3
---
4
4
5
- :::warning Holesky deprecation
6
- The Holesky testnet will be deprecated from the Infura service on May 1, 2025.
7
- Switch to the Hoodi testnet, now available on Infura via
8
- [ Decentralized Infrastructure Network (DIN)] ( https://www.infura.io/solutions/decentralized-infrastructure-service ) .
9
- :::
10
-
11
5
import ErrorCodes from "../../_ partials/error-codes.mdx";
12
6
13
7
<ErrorCodes />
You can’t perform that action at this time.
0 commit comments