Skip to content
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