Skip to content

Commit

Permalink
Merge pull request #427 from anoma/brent/upgrade-cometbft
Browse files Browse the repository at this point in the history
Upgrade cometbft
  • Loading branch information
brentstone authored Feb 8, 2025
2 parents c8f8d5a + 377e497 commit 6df68e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/docs/pages/networks/mainnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The genesis files are hosted in the following repository: https://github.com/ano
- chain ID: `namada.5f5de2dd1b88cba30586420`
- Namada binaries: [`v1.0.0`](https://github.com/anoma/namada/releases/tag/v1.0.0)
- Namada libs: [`v0.46.1`](https://github.com/anoma/namada/releases/tag/libs-v0.46.1)
- CometBFT version: [`v0.37.11`](https://github.com/cometbft/cometbft/releases/tag/v0.37.11)
- CometBFT version: [`v0.37.15`](https://github.com/cometbft/cometbft/releases/tag/v0.37.15)

### Joining the network from the CLI
The simplest way to join the network is the following:
Expand Down
12 changes: 6 additions & 6 deletions packages/docs/pages/networks/testnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This is a mainnet-tracking testnet and the intended primary staging ground for s
Before Phase 5 of mainnet, it is used to test the proposals to advance between the phases.

- chain ID: `housefire-alpaca.cc0d3e0c033be`
- Namada binaries: [`v1.1.0`](https://github.com/anoma/namada/releases/tag/v1.1.0)
- Namada libs: [`v0.47.0`](https://github.com/anoma/namada/releases/tag/libs-v0.47.0)
- CometBFT version: [`v0.37.11`](https://github.com/cometbft/cometbft/releases/tag/v0.37.11)
- Namada binaries: [`v1.1.1`](https://github.com/anoma/namada/releases/tag/v1.1.1)
- Namada libs: [`v0.47.1`](https://github.com/anoma/namada/releases/tag/libs-v0.47.1)
- CometBFT version: [`v0.37.15`](https://github.com/cometbft/cometbft/releases/tag/v0.37.15)

[Instructions to join and use the housefire testnet](https://testnet.housefire.tududes.com).

Expand All @@ -18,8 +18,8 @@ A more experimental testnet that is already configured to have full, Phase 5 fun
This network will be abandoned once the Namada mainnet and housefire testnet reach Phase 5 functionality.

- chain ID: `campfire-square.ff09671d333707`
- Namada binaries: [`v1.1.0`](https://github.com/anoma/namada/releases/tag/v1.1.0)
- Namada libs: [`v0.47.0`](https://github.com/anoma/namada/releases/tag/libs-v0.47.0)
- CometBFT version: [`v0.37.11`](https://github.com/cometbft/cometbft/releases/tag/v0.37.11)
- Namada binaries: [`v1.1.1`](https://github.com/anoma/namada/releases/tag/v1.1.1)
- Namada libs: [`v0.47.1`](https://github.com/anoma/namada/releases/tag/libs-v0.47.1)
- CometBFT version: [`v0.37.15`](https://github.com/cometbft/cometbft/releases/tag/v0.37.15)

[Instructions to join and use the campfire testnet](https://testnet.campfire.tududes.com/).

0 comments on commit 6df68e8

Please sign in to comment.