Skip to content

Commit

Permalink
Merge PR #3891: Fix link to genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
sabau authored and cwgoes committed Mar 14, 2019
1 parent 7e53da8 commit 48b6b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gaia/join-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Fetch the testnet's `genesis.json` file into `gaiad`'s config directory.

```bash
mkdir -p $HOME/.gaiad/config
curl https://raw.githubusercontent.com/cosmos/launch/master/latest/genesis.json > $HOME/.gaiad/config/genesis.json
curl https://raw.githubusercontent.com/cosmos/launch/master/genesis.json > $HOME/.gaiad/config/genesis.json
```

Note we use the `latest` directory in the [launch repo](https://github.com/cosmos/launch) which contains details for the mainnet like the latest version and the genesis file.
Expand Down

0 comments on commit 48b6b38

Please sign in to comment.