diff --git a/docs/validators/network-health.md b/docs/validators/network-health.md new file mode 100644 index 00000000..2d22dd90 --- /dev/null +++ b/docs/validators/network-health.md @@ -0,0 +1,13 @@ +--- +sidebar_label: 'Network Health' +sidebar_position: 11 +description: 'Links to network health resources/checks' +--- +# Network Health +Seeds node and RPC endpoint lists for the network are maintained in [this repository](https://github.com/0LNetworkCommunity/seed-peers). + +CI jobs in the seed-peers repository check that the nodes specified in the lists therein are up and responding: + + - [Seed Peers Checks](https://github.com/0LNetworkCommunity/seed-peers/actions/workflows/check-seed-peers.yaml) + - [RPC Service Checks](https://github.com/0LNetworkCommunity/seed-peers/actions/workflows/check-fullnode-playlist.yaml) +