Skip to content

Commit

Permalink
chore(website): Websocket Endpoint RPC Network Configuration (#14007)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz authored Jun 17, 2023
1 parent 609b178 commit ebcca68
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions packages/website/pages/docs/reference/rpc-configuration.md
Original file line number Diff line number Diff line change
@@ -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 |

0 comments on commit ebcca68

Please sign in to comment.