From ebcca680ac1d20b27ac2afd4fd6f6f79bbb522af Mon Sep 17 00:00:00 2001 From: Marcus Wentz <52706599+MarcusWentz@users.noreply.github.com> Date: Sat, 17 Jun 2023 00:57:59 -0400 Subject: [PATCH] chore(website): Websocket Endpoint RPC Network Configuration (#14007) --- .../pages/docs/reference/rpc-configuration.md | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/packages/website/pages/docs/reference/rpc-configuration.md b/packages/website/pages/docs/reference/rpc-configuration.md index 881c1676bd2..2339dc555cd 100644 --- a/packages/website/pages/docs/reference/rpc-configuration.md +++ b/packages/website/pages/docs/reference/rpc-configuration.md @@ -1,6 +1,20 @@ # RPC configuration -| Network | Chain ID | RPC URL | Symbol | Block Explorer URL | -| ------- | -------- | -------------------------- | ------ | ------------------------------- | -| Sepolia | 11155111 | https://rpc.sepolia.org | ETH | https://sepolia.etherscan.io/ | -| Taiko | 167005 | https://rpc.test.taiko.xyz | ETH | https://explorer.test.taiko.xyz | +## Sepolia + +| Name | Value | +| ------------------ | ---------------------------- | +| Chain ID | 11155111 | +| RPC (HTTPS) | https://rpc.sepolia.org | +| Symbol | ETH | +| Block Explorer URL | https://sepolia.etherscan.io | + +## Taiko + +| Name | Value | +| ------------------ | ------------------------------- | +| Chain ID | 167005 | +| RPC (HTTPS) | https://rpc.test.taiko.xyz | +| RPC (WebSocket) | wss://ws.test.taiko.xyz | +| Symbol | ETH | +| Block Explorer URL | https://explorer.test.taiko.xyz |