Skip to content

Commit d3bd129

Browse files
committed
Remove wss.
Signed-off-by: bgravenorst <[email protected]>
1 parent 0f38e63 commit d3bd129

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ Ensure that you replace `<YOUR-API-KEY>` with an API key from your [MetaMask Dev
6060
| Network | Description | URL |
6161
|---------------------|-------------------------|-------------------------------------------------------|
6262
| Mainnet | JSON-RPC over HTTPS | `https://celo-mainnet.infura.io/v3/<YOUR-API-KEY>` |
63-
| Mainnet | JSON-RPC over WebSocket | `wss://celo-mainnet.infura.io/ws/v3/<YOUR-API-KEY>` |
6463
| 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>` |
6664

6765
## Ethereum
6866

0 commit comments

Comments
 (0)