diff --git a/packages/docs/pages/networks/testnets.mdx b/packages/docs/pages/networks/testnets.mdx
index 2b4b13b5..e88e32a4 100644
--- a/packages/docs/pages/networks/testnets.mdx
+++ b/packages/docs/pages/networks/testnets.mdx
@@ -8,16 +8,16 @@ For more context read:
## Shielded expedition
-
+< Callout type = "info" emoji = "👷" >
For the shielded expedition, it is important to remember to add the `--memo` flag to every transaction. The memo should be filled with the `tpknam` submitted at the shielded-expedition registration period.
For example `namadac transfer --source me --target you --amount 10 --token naan --signing-keys my-key --memo tpknamq1337mypubkey1964qqqqqq`
-
+< /Callout>
The `balances.toml` file is located at `https://github.com/anoma/namada-shielded-expedition`.
- Namada Shielded expedition 2:
- From date: 6th of February 2024 18:00 UTC
- - Namada protocol version: `v0.31.5`
+ - Namada protocol version: `v0.31.6`
- Cometbft version: `0.37.2`
- CHAIN_ID: `shielded-expedition.88f17d1d14`
diff --git a/packages/docs/pages/networks/testnets/environment-setup.mdx b/packages/docs/pages/networks/testnets/environment-setup.mdx
index e4c905e6..e217013f 100644
--- a/packages/docs/pages/networks/testnets/environment-setup.mdx
+++ b/packages/docs/pages/networks/testnets/environment-setup.mdx
@@ -1,22 +1,22 @@
-import {Steps} from 'nextra-theme-docs'
+import { Steps } from 'nextra-theme-docs'
import { Callout } from 'nextra-theme-docs'
# Environment setup
-
+< Callout type = "info" >
If you don't want to build Namada from source you can [install Namada from binaries](../../introduction/install/binaries.mdx).
Note that building from source can be a difficult process and is not recommended for beginners.
-
+< /Callout>
Export the following variables:
```bash copy
-export NAMADA_TAG=v0.31.5
+export NAMADA_TAG=v0.31.6
```
## Installing Namada
-
+< Steps >
### Install all pre-requisites
- [Rust](https://www.rust-lang.org/tools/install)
- [CometBFT](../../introduction/installing-cometbft.mdx)
@@ -37,17 +37,17 @@ sudo apt-get update -y
sudo apt-get install build-essential make pkg-config libssl-dev libclang-dev -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
-
+< /Steps>
## Installing CometBFT
-
+< Steps >
### See the installing CometBFT section [here](../../introduction/installing-cometbft.mdx) for instructions on how to install CometBFT.
### Copy both the namada and CometBFT binaries to somewhere on $PATH (or use the relative paths). This step may or may not be necessary.
- namada binaries can be found in `/target/release`
- CometBFT is likely in `$HOME/Downloads/cometbft`
-
+< /Steps>
## Check ports
-
+< Steps >
### Open ports on your machine:
- 26656
- 26657
@@ -66,6 +66,6 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Make sure you are using the correct CometBFT version
- `cometbft version` should output `0.37.2`
- Make sure you are using the correct Namada version
- - `namada --version` should output `Namada v0.31.5`
+ - `namada --version` should output `Namada v0.31.6`
-
+< /Steps>
diff --git a/packages/docs/pages/networks/testnets/testnet-history.mdx b/packages/docs/pages/networks/testnets/testnet-history.mdx
index b1833891..ef0dc9eb 100644
--- a/packages/docs/pages/networks/testnets/testnet-history.mdx
+++ b/packages/docs/pages/networks/testnets/testnet-history.mdx
@@ -6,7 +6,7 @@ This page covers all installation steps required by various upgrades to testnets
## Latest Upgrade
-## Namada shielded expedition 2 `v0.31.5` upgrade
+## Namada shielded expedition 2 `v0.31.6` upgrade
In order to upgrade to the latest version of the Namada protocol, please follow the steps from [this hackmd](https://hackmd.io/EBTtfPiZT7yoRjxYRcbiPQ)
@@ -14,7 +14,7 @@ In order to upgrade to the latest version of the Namada protocol, please follow
- Namada Shielded expedition 2:
- From date: 6th of February 2024 18:00 UTC
- - Namada protocol version: `v0.31.5`
+ - Namada protocol version: `v0.31.6`
- Cometbft version: `0.37.2`
- CHAIN_ID: `shielded-expedition.88f17d1d14`