infra-nimbus/README.md

39 lines
1.6 KiB
Markdown
Raw Normal View History

# Description
This repo defines Nimbus cluster infrastructure.
# Endpoints
These are [Beacon API](https://ethereum.github.io/beacon-APIs/) endpoints intended for community testing.
| Endpoint | Host |
|-------------------------------------------------|--------------------------------------|
| http://unstable.mainnet.beacon-api.nimbus.team/ | `linux-01.ih-eu-mda1.nimbus.mainnet` |
| http://testing.mainnet.beacon-api.nimbus.team/ | `linux-02.ih-eu-mda1.nimbus.mainnet` |
| http://unstable.prater.beacon-api.nimbus.team/ | `linux-01.he-eu-hel1.nimbus.prater` |
| http://testing.prater.beacon-api.nimbus.team/ | `linux-02.he-eu-hel1.nimbus.prater` |
| http://unstable.sepolia.beacon-api.nimbus.team/ | `linux-01.he-eu-hel1.nimbus.sepolia` |
These nodes have no validators attached.
There are also archives of ERA files:
| Endpoint | Host |
|----------------------------------|--------------------------------------|
| https://mainnet.era.nimbus.team/ | `linux-03.ih-eu-mda1.nimbus.mainnet` |
| https://prater.era.nimbus.team/ | `linux-01.ih-eu-mda1.nimbus.prater` |
# Dashboards
There's a dedicated Kibana dashboard for Nimbus fleet logs: https://nimbus-logs.infra.status.im/
There are explorers available for various testnets:
* https://mainnet.beaconcha.in/
* https://prater.beaconcha.in/
* https://sepolia.beaconcha.in/
# Repo Usage
For how to use this repo read the [Infra Repo Usage](https://github.com/status-im/infra-docs/blob/master/docs/general/infra_repo_usage.md) doc.