Skip to content

Commit

Permalink
Merge pull request #55 from Galactica-corp/feature/testnet-v1-genesis
Browse files Browse the repository at this point in the history
galactica-testnet-v1 genesis.json
  • Loading branch information
yakud authored Apr 1, 2024
2 parents 0b4b695 + 23fc2b9 commit f6aeacf
Show file tree
Hide file tree
Showing 11 changed files with 1,506 additions and 69 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ For detailed guidance on setting up and running a Galactica network node, please

## Networks Overview

| Name | Chain ID | Environment | Configs |
|----------------------|------------------|-------------|--------------------------------------------------------|
| galactica-testnet-v1 | galactica_9301-1 | testnet | [galactica_9301-1](./galactica_9301-1) |
| Name | Chain ID | Environment | Configs |
|--------------------------------------|------------------|-------------|----------------------------------------|
| galactica-testnet-v1 (**Reticulum**) | galactica_9301-1 | testnet | [galactica_9301-1](./galactica_9301-1) |

## Install [`galactica`](https://github.com/Galactica-corp/galactica)

Expand Down
8 changes: 4 additions & 4 deletions galactica_9301-1/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🔗 `galactica_9301-1`
# 🔗 `galactica_9301-1 (Reticulum)`

![chain-id](https://img.shields.io/badge/chain%20id-galactica_9301--1-blue?style=for-the-badge)
![version: v0.1.0](https://img.shields.io/badge/version-v0.1.0-green?style=for-the-badge)
![version: v0.1.1](https://img.shields.io/badge/version-v0.1.1-green?style=for-the-badge)


## Install [`galactica`](https://github.com/Galactica-corp/galactica)
Expand All @@ -11,7 +11,7 @@ To clone the networks repository, run:
```sh
git clone https://github.com/Galactica-corp/galactica
cd galactica
git checkout v0.1.0
git checkout v0.1.1
make install
```

Expand All @@ -37,7 +37,7 @@ The `commission-rate`, `commission-max-rate`, `commission-max-change-rate` are r

```sh
# Create the gentx
galacticad gentx your-key-name 100000000000000000000agnet \
galacticad gentx your-key-name 100000000000000000000agnet \
--node-id $(galacticad tendermint show-node-id) \
--chain-id galactica_9301-1 \
--commission-rate 0.05 \
Expand Down
Loading

0 comments on commit f6aeacf

Please sign in to comment.