Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct genesis.json links and chain-id for testnet and mainnet #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/validate/node-operators/setting-up-a-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To set up a genesis transaction for your validator, visit [Becoming a Validator]
This command will generate a .mars folder under your home directory:

```bash
wget -O ~/.marsd/config/genesis.json https://github.com/mars-protocol/networks/raw/main/hub-1/genesis.json
wget -O ~/.marsd/config/genesis.json https://github.com/mars-protocol/networks/raw/main/mars-1/genesis.json
```

```bash
Expand All @@ -81,7 +81,7 @@ wget -O ~/.marsd/config/genesis.json https://github.com/mars-protocol/networks/r
```

<Admonition type="info" title="">
For testnet, use the testnet genesis file: https://github.com/mars-protocol/networks/raw/main/hubtest-1/genesis.json
For testnet, use the testnet genesis file: https://github.com/mars-protocol/networks/raw/main/ares-1/genesis.json
</Admonition>

Let's walk over each file in the folder:
Expand Down
2 changes: 1 addition & 1 deletion docs/validate/validators/becoming-a-validator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ marsd tx staking create-validator \
--commission-max-change-rate "0.01" \
--amount 1000000stake \
--from validator \
--chain-id hub-1 \
--chain-id mars-1 \
--gas auto \
--gas-adjustment 1.4 \
--gas-prices 0umars
Expand Down