diff --git a/packages/docs/pages/introduction/installing-cometbft.mdx b/packages/docs/pages/introduction/installing-cometbft.mdx index 091f3e8a..297f00af 100644 --- a/packages/docs/pages/introduction/installing-cometbft.mdx +++ b/packages/docs/pages/introduction/installing-cometbft.mdx @@ -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.9` +Namada is compatible with CometBFT release `v0.37.11` You can download the precompiled CometBFT binaries from their [official GitHub repository](https://github.com/cometbft/cometbft/releases/). -- Download release `v0.37.9` for use with Namada [here](https://github.com/cometbft/cometbft/releases/tag/v0.37.9). +- Download release `v0.37.11` for use with Namada [here](https://github.com/cometbft/cometbft/releases/tag/v0.37.11). - 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 @@ -29,5 +29,5 @@ cometbft version Which should output something like: ```bash copy -0.37.9 +0.37.11 ``` diff --git a/packages/docs/pages/introduction/quick-start.mdx b/packages/docs/pages/introduction/quick-start.mdx index 2822d4be..3b3b7674 100644 --- a/packages/docs/pages/introduction/quick-start.mdx +++ b/packages/docs/pages/introduction/quick-start.mdx @@ -14,7 +14,7 @@ You can [build from source](./install/source.mdx) or [download prebuilt binaries ### Install CometBFT -Namada requires CometBFT `v0.37.9` for consensus. [Install CometBFT](./installing-cometbft.mdx) and place it in your `$PATH`. +Namada requires CometBFT `v0.37.11` for consensus. [Install CometBFT](./installing-cometbft.mdx) and place it in your `$PATH`. ### Join a Network