From 3b87332acf3a573d11e9ed2a2d0b8c67fbae4212 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Mon, 30 Oct 2023 13:23:39 +0100 Subject: [PATCH] docs: describe config file location --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b57d13fe..a0164acb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ -# Celestia Networks Repository +# Celestia Networks -This repository contains the `genesis.json` for Celestia testnets. +This repository contains the configuration files for Celestia networks. -If you want to see versions per testnets that are being used, then navigate to this [grafana dashboard](https://celestia.grafana.net/public-dashboards/5d14d96e44f04664bb0c44267e5d645c) +Please refer to the [Celestia Docs](https://docs.celestia.org) for guides on running your own node. The configuration files `genesis.json` and `addrbook.json` are intended for use by Consensus nodes and should be placed in the node's home directory (by default `~/.celestia-app/config`). -Please refer to the Celestia Docs for guides on getting started running -your own node [here](https://docs.celestia.org) +## Networks + +| Name | Type | Chain ID | Configs | +|----------|---------|--------------|----------------------------| +| Mocha | Testnet | `mocha-4` | [mocha-4](./mocha-4) | +| Arabica | Testnet | `arabica-10` | [arabica-10](./arabica-10) | +| Celestia | Mainnet | `celestia` | [celestia](./celestia) | + +## Software versions + +The celestia-app and celestia-node versions in use on each testnet are visible on this [Grafana dashboard](https://celestia.grafana.net/public-dashboards/5d14d96e44f04664bb0c44267e5d645c).