Skip to content

Commit

Permalink
Merge pull request #265 from anoma/brent/upgrade-to-0312
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtlofgren authored Feb 8, 2024
2 parents 5db5ab7 + b7a9820 commit ba7e755
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/docs/pages/networks/testnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `balances.toml` file is located at `https://github.com/anoma/namada-shielded

- Namada Shielded expedition 2:
- From date: 6th of February 2024 18:00 UTC
- Namada protocol version: `v0.31.1`
- Namada protocol version: `v0.31.2`
- Cometbft version: `0.37.2`
- CHAIN_ID: `shielded-expedition.88f17d1d14`

Expand Down
4 changes: 2 additions & 2 deletions packages/docs/pages/networks/testnets/environment-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Note that building from source can be a difficult process and is not recommended
Export the following variables:

```bash copy
export NAMADA_TAG=v0.31.1
export NAMADA_TAG=v0.31.2
```


Expand Down Expand Up @@ -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.1`
- `namada --version` should output `Namada v0.31.2`

</Steps>
2 changes: 1 addition & 1 deletion packages/docs/pages/networks/testnets/testnet-history.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ No upgrades are currently scheduled.

- Namada Shielded expedition 2:
- From date: 6th of February 2024 18:00 UTC
- Namada protocol version: `v0.31.1`
- Namada protocol version: `v0.31.2`
- Cometbft version: `0.37.2`
- CHAIN_ID: `shielded-expedition.88f17d1d14`

Expand Down

0 comments on commit ba7e755

Please sign in to comment.