Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: how to add a new chain-id to download genesis (#2812)
Closes #2792 ## Testing Manually verified the command still works as expected ```go $ ./build/celestia-appd download-genesis Downloading genesis file for celestia to /Users/rootulp/.celestia-app/config/genesis.json Downloaded genesis file for celestia to /Users/rootulp/.celestia-app/config/genesis.json SHA-256 hash verified for celestia $ cat ~/.celestia-app/config/genesis.json | jq ."chain_id" "celestia" $ ./build/celestia-appd download-genesis mocha-4 Downloading genesis file for mocha-4 to /Users/rootulp/.celestia-app/config/genesis.json Downloaded genesis file for mocha-4 to /Users/rootulp/.celestia-app/config/genesis.json SHA-256 hash verified for mocha-4 $ cat ~/.celestia-app/config/genesis.json | jq ."chain_id" "mocha-4" ```
- Loading branch information