Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion services/concepts/websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Infura supports subscriptions over WebSockets for the following networks:
- [Base](../reference/base/index.md)
- [Binance Smart Chain](../reference/bnb-smart-chain/index.md)
- [Blast](../reference/blast/index.md)
- [Celo](../reference/celo/index.md)
- [Ethereum](../reference/ethereum/index.md)
- [Linea](../reference/linea/index.md)
- [Mantle](../reference/mantle/index.md)
Expand Down
12 changes: 1 addition & 11 deletions services/get-started/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,10 @@ Ensure that you replace `<YOUR-API-KEY>` with an API key from your [MetaMask Dev

## Celo

:::info Celo Alfajores Deprecation Notice

As communicated by the
[Celo Foundation](https://forum.celo.org/t/introducing-celo-sepolia-celo-s-new-ethereum-l2-testnet/12155)
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.

:::

| Network | Description | URL |
|---------------------|-------------------------|-------------------------------------------------------|
| Mainnet | JSON-RPC over HTTPS | `https://celo-mainnet.infura.io/v3/<YOUR-API-KEY>` |
| Mainnet | JSON-RPC over WebSocket | `wss://celo-mainnet.infura.io/ws/v3/<YOUR-API-KEY>` |
| Testnet (Alfajores) | JSON-RPC over HTTPS | `https://celo-alfajores.infura.io/v3/<YOUR-API-KEY>` |
| Testnet (Alfajores) | JSON-RPC over WebSocket | `wss://celo-alfajores.infura.io/ws/v3/<YOUR-API-KEY>` |
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://celo-sepolia.infura.io/v3/<YOUR-API-KEY>` |

## Ethereum

Expand Down
Loading