Skip to content
Draft
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
11 changes: 3 additions & 8 deletions services/get-started/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,15 @@ 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.

:::info Mainnet only
Infura provides access to Celo mainnet only.
:::

| 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>` |


## Ethereum

Expand Down
Loading