Skip to content

Commit

Permalink
Update testiest
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniekube authored Jul 24, 2024
1 parent a45564d commit cdcb126
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions services/get-started/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<API-KEY>` |
| Mainnet | JSON-RPC over WebSocket | `wss://mainnet.infura.io/ws/v3/<API-KEY>` |
| Holesky | JSON-RPC over HTTPS | `https://holesky.infura.io/v3/<API-KEY>` |
| Sepolia | JSON-RPC over HTTPS | `https://sepolia.infura.io/v3/<API-KEY>` |
| Sepolia | JSON-RPC over WebSocket | `wss://sepolia.infura.io/ws/v3/<API-KEY>` |
| Network | Description | URL |
| ----------------- | ----------------------- | ----------------------------------------- |
| Mainnet | JSON-RPC over HTTPS | `https://mainnet.infura.io/v3/<API-KEY>` |
| Mainnet | JSON-RPC over WebSocket | `wss://mainnet.infura.io/ws/v3/<API-KEY>` |
| Testnet (Holesky) | JSON-RPC over HTTPS | `https://holesky.infura.io/v3/<API-KEY>` |
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://sepolia.infura.io/v3/<API-KEY>` |
| Testnet (Sepolia) | JSON-RPC over WebSocket | `wss://sepolia.infura.io/ws/v3/<API-KEY>` |

## IPFS

Expand Down Expand Up @@ -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/<API-KEY>` |
| Mainnet | JSON-RPC over WebSocket | `wss://linea-mainnet.infura.io/ws/v3/<API-KEY>` |
| Testnet (Goerli) | JSON-RPC over HTTPS | `https://linea-goerli.infura.io/v3/<API-KEY>` |
| Testnet (Goerli) | JSON-RPC over WebSocket | `wss://linea-goerli.infura.io/ws/v3//<API-KEY>` |
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://linea-sepolia.infura.io/v3/<API-KEY>` |
| Mainnet | JSON-RPC over HTTPS | `https://linea-mainnet.infura.io/v3/<API-KEY>` |
| Mainnet | JSON-RPC over WebSocket | `wss://linea-mainnet.infura.io/ws/v3/<API-KEY>` |
| Testnet (Goerli) | JSON-RPC over HTTPS | `https://linea-goerli.infura.io/v3/<API-KEY>` |
| Testnet (Goerli) | JSON-RPC over WebSocket | `wss://linea-goerli.infura.io/ws/v3//<API-KEY>` |
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://linea-sepolia.infura.io/v3/<API-KEY>` |
| Testnet (Sepolia) | JSON-RPC over WebSocket | `wss://linea-sepolia.infura.io/ws/v3/<API-KEY>` |

## Mantle
Expand Down

0 comments on commit cdcb126

Please sign in to comment.