Skip to content

Commit

Permalink
Merge pull request #369 from anoma/cometbft-37.9
Browse files Browse the repository at this point in the history
update cometbft to 0.37.9
  • Loading branch information
Fraccaman authored Jul 26, 2024
2 parents 2f30b5e + f917b8a commit 2beda7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/docs/pages/introduction/installing-cometbft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
In addition to the Namada binaries, it is required to install CometBFT before running Namada.

## Downloading the latest release
Namada is compatible with CometBFT release `v0.37.2`
Namada is compatible with CometBFT release `v0.37.9`

You can download the precompiled CometBFT binaries from their [official GitHub repository](https://github.com/cometbft/cometbft/releases/).
- Download release `v0.37.2` for use with Namada [here](https://github.com/cometbft/cometbft/releases/tag/v0.37.2).
- Download release `v0.37.9` for use with Namada [here](https://github.com/cometbft/cometbft/releases/tag/v0.37.9).
- While newer versions may be available on the release version, these have not been tested to be fully compatible and should not be used with Namada.

## Adding the CometBFT binary to $PATH
Expand All @@ -29,5 +29,5 @@ cometbft version
Which should output something like:

```bash copy
0.37.2
0.37.9
```
2 changes: 1 addition & 1 deletion packages/docs/pages/introduction/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can [build from source](./install/source.mdx) or [download prebuilt binaries

### Install CometBFT

Namada requires CometBFT `v0.37.2` for consensus. [Install CometBFT](./installing-cometbft.mdx) and place it in your `$PATH`.
Namada requires CometBFT `v0.37.9` for consensus. [Install CometBFT](./installing-cometbft.mdx) and place it in your `$PATH`.

### Join a Network

Expand Down

0 comments on commit 2beda7d

Please sign in to comment.