2019-03-20 12:32:35 +00:00
|
|
|
# Description
|
|
|
|
|
2021-03-24 09:15:42 +00:00
|
|
|
This repo defines Nimbus cluster infrastructure.
|
2019-03-20 12:32:35 +00:00
|
|
|
|
2021-10-05 08:34:16 +00:00
|
|
|
# Endpoints
|
|
|
|
|
|
|
|
These are [Beacon API](https://ethereum.github.io/beacon-APIs/) endpoints intended for community testing.
|
|
|
|
|
|
|
|
| Endpoint | Host |
|
|
|
|
|-------------------------------------------------|--------------------------------------|
|
2023-05-16 09:04:04 +00:00
|
|
|
| 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` |
|
2022-12-09 07:48:04 +00:00
|
|
|
| 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` |
|
2021-10-05 08:34:16 +00:00
|
|
|
|
|
|
|
These nodes have no validators attached.
|
|
|
|
|
2021-01-20 18:19:13 +00:00
|
|
|
# Dashboards
|
|
|
|
|
|
|
|
There's a dedicated Kibana dashboard for Nimbus fleet logs: https://nimbus-logs.infra.status.im/
|
|
|
|
|
2021-03-23 13:41:44 +00:00
|
|
|
There are explorers available for various testnets:
|
|
|
|
|
2022-09-14 15:02:50 +00:00
|
|
|
* https://mainnet.beaconcha.in/
|
|
|
|
* https://prater.beaconcha.in/
|
2022-12-09 07:51:13 +00:00
|
|
|
* https://sepolia.beaconcha.in/
|
2021-03-23 13:41:44 +00:00
|
|
|
|
2022-03-31 18:03:38 +00:00
|
|
|
# Repo Usage
|
2019-03-20 12:32:35 +00:00
|
|
|
|
2022-03-31 18:03:38 +00:00
|
|
|
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.
|