Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Jun 20, 2024
1 parent 19a5fa9 commit ce84764
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
### Dependencies
- ([\#119](https://github.com/forbole/juno/pull/119)) Updated cosmos-sdk to v0.50.x


### Migrations

Now the api config is required in remote mode, please check the [reference](./.docs/config.md#remote-node) and add the field into your config after upgrading Juno to v6.
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ Since the Cosmos SDK has evolved a lot, we have different versions of Juno avail

| Cosmos SDK Version | Juno branch |
|:-----------------------------------------------:|:----------------:|
| `v0.37.x` | `cosmos-v0.37.x` |
| `v0.38.x` | `cosmos-v0.38.x` |
| `v0.39.x` | `cosmos-v0.39.x` |
| Stargate <br> (`v0.40.x`, `v0.41.x`, `v0.42.x`) | `cosmos-v0.40.x` |
| `v0.43.x`, `v0.44.x`, `v0.45.1` | `cosmos-v0.44.x` |
| > `v0.45.1` | `cosmos-v0.45.x` |
| `v0.43.x`, `v0.44.x`, `v0.45.1` | `cosmos/v0.44.x` |
| `v0.45.x` | `cosmos/v0.45.x` |
| `v0.46.x` | `cosmos/v0.46.x` |
| `v0.47.x` | `cosmos/v0.47.x` |
| `v0.50.x` | `cosmos/v0.50.x` |

## Usage
To know how to setup and run Juno, please refer to the [docs folder](.docs).
Expand Down

0 comments on commit ce84764

Please sign in to comment.