diff --git a/services/get-started/endpoints.md b/services/get-started/endpoints.md index 8d28e9bc270..1df33903ee6 100644 --- a/services/get-started/endpoints.md +++ b/services/get-started/endpoints.md @@ -64,13 +64,13 @@ The Holesky testnet is supported through the service and does not currently support WebSockets. ::: -| Network | Description | URL | -| ------- | ----------------------- | ----------------------------------------- | -| Mainnet | JSON-RPC over HTTPS | `https://mainnet.infura.io/v3/` | -| Mainnet | JSON-RPC over WebSocket | `wss://mainnet.infura.io/ws/v3/` | -| Holesky | JSON-RPC over HTTPS | `https://holesky.infura.io/v3/` | -| Sepolia | JSON-RPC over HTTPS | `https://sepolia.infura.io/v3/` | -| Sepolia | JSON-RPC over WebSocket | `wss://sepolia.infura.io/ws/v3/` | +| Network | Description | URL | +| ----------------- | ----------------------- | ----------------------------------------- | +| Mainnet | JSON-RPC over HTTPS | `https://mainnet.infura.io/v3/` | +| Mainnet | JSON-RPC over WebSocket | `wss://mainnet.infura.io/ws/v3/` | +| Testnet (Holesky) | JSON-RPC over HTTPS | `https://holesky.infura.io/v3/` | +| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://sepolia.infura.io/v3/` | +| Testnet (Sepolia) | JSON-RPC over WebSocket | `wss://sepolia.infura.io/ws/v3/` | ## IPFS @@ -98,13 +98,13 @@ Linea Goerli is being deprecated. We discourage new development with this testne Sepolia instead. ::: -| Network | Description | URL | +| Network | Description | URL | |-------------------|-------------------------|-------------------------------------------------| -| Mainnet | JSON-RPC over HTTPS | `https://linea-mainnet.infura.io/v3/` | -| Mainnet | JSON-RPC over WebSocket | `wss://linea-mainnet.infura.io/ws/v3/` | -| Testnet (Goerli) | JSON-RPC over HTTPS | `https://linea-goerli.infura.io/v3/` | -| Testnet (Goerli) | JSON-RPC over WebSocket | `wss://linea-goerli.infura.io/ws/v3//` | -| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://linea-sepolia.infura.io/v3/` | +| Mainnet | JSON-RPC over HTTPS | `https://linea-mainnet.infura.io/v3/` | +| Mainnet | JSON-RPC over WebSocket | `wss://linea-mainnet.infura.io/ws/v3/` | +| Testnet (Goerli) | JSON-RPC over HTTPS | `https://linea-goerli.infura.io/v3/` | +| Testnet (Goerli) | JSON-RPC over WebSocket | `wss://linea-goerli.infura.io/ws/v3//` | +| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://linea-sepolia.infura.io/v3/` | | Testnet (Sepolia) | JSON-RPC over WebSocket | `wss://linea-sepolia.infura.io/ws/v3/` | ## Mantle