From e03ab9808d864057a0e655a8a7f85e738bf02bd3 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Mon, 30 Oct 2023 13:23:39 +0100 Subject: [PATCH 1/3] 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). From a781137e2ebd5eb01e9b72c364a776bd80f6a53e Mon Sep 17 00:00:00 2001 From: Rootul P Date: Tue, 31 Oct 2023 11:26:58 +0100 Subject: [PATCH 2/3] Update README.md Co-authored-by: John Adler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0164acb..ff0b3b1e 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ Please refer to the [Celestia Docs](https://docs.celestia.org) for guides on run ## 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). +The celestia-app and celestia-node versions in use on each network are visible on this [Grafana dashboard](https://celestia.grafana.net/public-dashboards/5d14d96e44f04664bb0c44267e5d645c). From 90ecea929cb6ba62019efeba482aeda08f37f76f Mon Sep 17 00:00:00 2001 From: Rootul P Date: Tue, 31 Oct 2023 11:39:53 +0100 Subject: [PATCH 3/3] Update README.md Co-authored-by: John Adler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff0b3b1e..b178fdd0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the configuration files for Celestia networks. -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](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 `$HOME/.celestia-app/config`). ## Networks