From 2988d0e8010ee761a99dcd0c80a82fd221014d64 Mon Sep 17 00:00:00 2001
From: brentstone <brentstone01@gmail.com>
Date: Fri, 23 Feb 2024 20:07:37 -0600
Subject: [PATCH] update to 0.31.6

---
 packages/docs/pages/networks/testnets.mdx     |  6 ++---
 .../networks/testnets/environment-setup.mdx   | 22 +++++++++----------
 .../networks/testnets/testnet-history.mdx     |  4 ++--
 3 files changed, 16 insertions(+), 16 deletions(-)

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="👷">
+< 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>
+< /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">
+< 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>
+< /Callout>
 
 Export the following variables:
 
 ```bash copy
-export NAMADA_TAG=v0.31.5
+export NAMADA_TAG=v0.31.6
 ```
 
 
 ## Installing Namada
-<Steps>
+< 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>
+< /Steps>
 ## Installing CometBFT
-<Steps>
+< 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>
+< /Steps>
 ## Check ports
-<Steps>
+< 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>
+< /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`