Skip to content

Commit f764bb1

Browse files
Add Celo Sepolia support. (#2561)
* Add Celo Sepolia support. Signed-off-by: bgravenorst <[email protected]> * Remove wss. Signed-off-by: bgravenorst <[email protected]> --------- Signed-off-by: bgravenorst <[email protected]> Co-authored-by: Yashovardhan Agrawal <[email protected]>
1 parent 3958571 commit f764bb1

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

services/concepts/websockets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Infura supports subscriptions over WebSockets for the following networks:
5252
- [Base](../reference/base/index.md)
5353
- [Binance Smart Chain](../reference/bnb-smart-chain/index.md)
5454
- [Blast](../reference/blast/index.md)
55-
- [Celo](../reference/celo/index.md)
5655
- [Ethereum](../reference/ethereum/index.md)
5756
- [Linea](../reference/linea/index.md)
5857
- [Mantle](../reference/mantle/index.md)

services/get-started/endpoints.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,10 @@ Ensure that you replace `<YOUR-API-KEY>` with an API key from your [MetaMask Dev
5757

5858
## Celo
5959

60-
:::info Celo Alfajores Deprecation Notice
61-
62-
As communicated by the
63-
[Celo Foundation](https://forum.celo.org/t/introducing-celo-sepolia-celo-s-new-ethereum-l2-testnet/12155)
64-
and Ethereum Foundation, the Holesky testnet has reached end of life as of September 30th, 2025. Celo Alfajores builds upon Holesky, which means it has also reached its end of life.
65-
66-
:::
67-
6860
| Network | Description | URL |
6961
|---------------------|-------------------------|-------------------------------------------------------|
7062
| Mainnet | JSON-RPC over HTTPS | `https://celo-mainnet.infura.io/v3/<YOUR-API-KEY>` |
71-
| Mainnet | JSON-RPC over WebSocket | `wss://celo-mainnet.infura.io/ws/v3/<YOUR-API-KEY>` |
72-
| Testnet (Alfajores) | JSON-RPC over HTTPS | `https://celo-alfajores.infura.io/v3/<YOUR-API-KEY>` |
73-
| Testnet (Alfajores) | JSON-RPC over WebSocket | `wss://celo-alfajores.infura.io/ws/v3/<YOUR-API-KEY>` |
63+
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://celo-sepolia.infura.io/v3/<YOUR-API-KEY>` |
7464

7565
## Ethereum
7666

0 commit comments

Comments
 (0)