Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for arabica-11 in download-genesis command (celesti…
…aorg#2978) Closes celestiaorg#2976 ## Testing Updated the help and error messages to include arabica-11 ``` $ ./build/celestia-appd download-genesis --help Download genesis file from https://github.com/celestiaorg/networks. The first argument should be a known chain-id. Ex. celestia, mocha-4, arabica-10, arabica-11 $ ./build/celestia-appd download-genesis arabaica-12 Error: unknown chain-id: arabaica-12. Must be: celestia, mocha-4, arabica-10, arabica-11 ``` Downloading arabica-11 genesis works ``` $ ./build/celestia-appd download-genesis arabica-11 Downloading genesis file for arabica-11 to /Users/rootulp/.celestia-app/config/genesis.json Downloaded genesis file for arabica-11 to /Users/rootulp/.celestia-app/config/genesis.json SHA-256 hash verified for arabica-11 ``` --------- Co-authored-by: Rootul P <rootulp@gmail.com>
- Loading branch information