Skip to content

Commit

Permalink
changes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikluke committed Oct 3, 2024
1 parent aebb9ee commit 2d579d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion LOCAL_IBC_TEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ make local-image

Change {index} to 0 or 1, depending it is 1st or 2nd node installation

0. Add chain-id param to init step in make file
0. Add chain-id param to init and gentx steps in make file
```
$(V)$(SCORUMD) init --default-denom nscr local-network --chain-id scorum-{index}
$(V)$(SCORUMD) gentx --keyring-backend test test 1000000nscr --chain-id scorum-{index}
```

1. Prepare fresh network genesis and config
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<img alt="License: Apache-2.0" src="https://img.shields.io/github/license/scorum/cosmos-network.svg" />
</a>
<a href="https://docs.cosmos.network/main">
<img alt="Cosmos Version: v0.46.11" src="https://img.shields.io/badge/cosmos_sdk-v0.46.11-blueviolet" />
<img alt="Cosmos Version: v0.47.11" src="https://img.shields.io/badge/cosmos_sdk-v0.47.11-blueviolet" />
</a>

<img alt="Mainnet Version: v1.0.3" src="https://img.shields.io/badge/mainnet-v1.0.3-green" />
<img alt="Candidate Version: v1.1.0" src="https://img.shields.io/badge/candidate-v1.1.0-blue" />
<img alt="Mainnet Version: v1.1.0" src="https://img.shields.io/badge/mainnet-v1.1.0-green" />
<img alt="Candidate Version: v1.2.0" src="https://img.shields.io/badge/candidate-v1.2.0-blue" />
</div>

# Introducing Scorum Cosmos Network
Expand Down

0 comments on commit 2d579d2

Please sign in to comment.