Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/validators/network-health.md
Original file line number Diff line number Diff line change
@@ -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)