Skip to content

Commit 0f38e63

Browse files
committed
Add Celo Sepolia support.
Signed-off-by: bgravenorst <[email protected]>
1 parent d86763d commit 0f38e63

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

services/get-started/endpoints.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,12 @@ 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>` |
7163
| 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>` |
64+
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://celo-sepolia.infura.io/v3/<YOUR-API-KEY>` |
65+
| Testnet (Sepolia) | JSON-RPC over WebSocket | `wss://celo-sepolia.infura.io/ws/v3/<YOUR-API-KEY>` |
7466

7567
## Ethereum
7668

0 commit comments

Comments
 (0)