github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/docs/reference/network-config.md (about) 1 --- 2 id: network-config 3 --- 4 5 # Network configurations 6 7 | Network | RPC Endpoint | Chain ID | 8 |-------------|------------------------------------|---------------| 9 | Portal Loop | https://rpc.gno.land:443 | `portal-loop` | 10 | Testnet 4 | upcoming | upcoming | 11 | Testnet 3 | https://rpc.test3.gno.land:443 | `test3` | 12 | Staging | https://rpc.staging.gno.land:36657 | `test3` | 13 14 ### WebSocket endpoints 15 All networks follow the same pattern for websocket connections: 16 17 ```shell 18 wss://<rpc-endpoint:port>/websocket 19 ```