File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Ensure that you replace `<YOUR-API-KEY>` with an API key from your [MetaMask Dev
1717| Network | Description | URL |
1818| -------------------| -------------------------| ---------------------------------------------------------|
1919| Mainnet | JSON-RPC over HTTPS | ` https://arbitrum-mainnet.infura.io/v3/<YOUR-API-KEY> ` |
20- | Mainnet | JSON-RPC over WebSocket | ` wss://arbitrum-mainnet.io/ws/v3/<YOUR-API-KEY> ` |
20+ | Mainnet | JSON-RPC over WebSocket | ` wss://arbitrum-mainnet.infura. io/ws/v3/<YOUR-API-KEY> ` |
2121| Testnet (Sepolia) | JSON-RPC over HTTPS | ` https://arbitrum-sepolia.infura.io/v3/<YOUR-API-KEY> ` |
2222| Testnet (Sepolia) | JSON-RPC over WebSocket | ` wss://arbitrum-sepolia.infura.io/ws/v3/<YOUR-API-KEY> ` |
2323
@@ -26,7 +26,7 @@ Ensure that you replace `<YOUR-API-KEY>` with an API key from your [MetaMask Dev
2626| Network | Description | URL |
2727| ----------------| -------------------------| ---------------------------------------------------------|
2828| Mainnet | JSON-RPC over HTTPS | ` https://avalanche-mainnet.infura.io/v3/<YOUR-API-KEY> ` |
29- | Mainnet | JSON-RPC over WebSocket | ` wss://avalanche-mainnet.io/ws/v3/<YOUR-API-KEY> ` |
29+ | Mainnet | JSON-RPC over WebSocket | ` wss://avalanche-mainnet.infura. io/ws/v3/<YOUR-API-KEY> ` |
3030| Testnet (Fuji) | JSON-RPC over HTTPS | ` https://avalanche-fuji.infura.io/v3/<YOUR-API-KEY> ` |
3131| Testnet (Fuji) | JSON-RPC over WebSocket | ` wss://avalanche-fuji.infura.io/ws/v3/<YOUR-API-KEY> ` |
3232
You can’t perform that action at this time.
0 commit comments