Skip to content

Commit

Permalink
fixed the release number
Browse files Browse the repository at this point in the history
  • Loading branch information
ijonele committed Oct 7, 2024
1 parent b4258e8 commit b4339d4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Chiado is our new and improved testnet. Please make sure to transition all your

| Release |
| ------- |
| v0.5.0 |
| v0.5.1 |

## Prerequisites

Expand Down Expand Up @@ -54,7 +54,7 @@ To join Chiado, install `wardend` (the Warden binary) using the script below. Th
Build the `wardend` binary and initialize the chain home folder:

```bash
git clone --depth 1 --branch v0.5.0 https://github.com/warden-protocol/wardenprotocol
git clone --depth 1 --branch v0.5.1 https://github.com/warden-protocol/wardenprotocol
just wardend build
build/wardend init my-chain-moniker
Expand Down Expand Up @@ -116,6 +116,7 @@ https://rpc.chiado.wardenprotocol.org
```
## 4. Start the node
Now you can start the node using the following command:
```bash
wardend start
```
Expand Down

0 comments on commit b4339d4

Please sign in to comment.