lumeweb/Cosmos Best RPC Node
Tests RPC nodes from a provided list and outputs the best performing node
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| nodes-url | URL to a text file containing RPC nodes (one per line) | yes | https://raw.githubusercontent.com/akash-network/net/main/mainnet/rpc-nodes.txt |
| timeout | Timeout in seconds for each RPC test | no | 5 |
| max-block-lag | Maximum acceptable block height difference from highest node | no | 10 |
Outputs
| name | description |
|---|---|
| best-node | The URL of the best performing RPC node |
| latency | Latency of the selected node in milliseconds |
| block-height | Current block height of the selected node |