Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions packages/docs/pages/networks/mainnets.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Mainnets
The Namada mainnet is currently live after having been launched on December 3 @ 15:00 UTC.

The genesis files are hosted in the following repository: https://github.com/anoma/namada-mainnet-genesis.
The genesis files are hosted in the following repository: https://github.com/namada-net/namada-mainnet-genesis.

### Mainnet status and attributes:
- chain ID: `namada.5f5de2dd1b88cba30586420`
- Namada binaries: [`v101.1.4`](https://github.com/anoma/namada/releases/tag/v101.1.4)
- Namada libs: [`v0.150.2`](https://github.com/anoma/namada/releases/tag/libs-v0.150.2)
- Namada binaries: [`v201.0.7`](https://github.com/namada-net/namada/releases/tag/v201.0.7)
- Namada libs: [`v0.251.2`](https://github.com/namada-net/namada/releases/tag/libs-v0.251.2)
- CometBFT version: [`v0.37.16`](https://github.com/cometbft/cometbft/releases/tag/v0.37.16)

### Joining the network from the CLI
Expand All @@ -23,7 +23,7 @@ With these steps, a user can join the Namada mainnet, allowing for querying and
These beginning steps are necessary for running a full node or a validator node as well.
More details on how to join the network in these cases can be found in [this mainnet guide](https://github.com/anoma/namada-mainnet-genesis/blob/main/MAINNET-GUIDE.md).

### Hard forks
### Hard forks / Network upgrades
If an operator would like to sync a node from genesis, they must do so by running the appropriate version of the node.
This version historically changes each time there has been a hard-fork of the network.

Expand All @@ -34,6 +34,7 @@ The following table describes the hard-forks and the corresponding software vers
| 0 | v1.0.0 |
| 894,000 | v1.1.1 |
| 2,176,000 | v101.0.0 |
| 4,514,500 | v201.0.7 |

### Services and infrastructure

Expand Down
6 changes: 3 additions & 3 deletions packages/docs/pages/networks/testnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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: [`v201.0.7`](https://github.com/anoma/namada/releases/tag/v201.0.7)
- Namada libs: [`v0.251.2`](https://github.com/anoma/namada/releases/tag/libs-v0.251.2)
- Namada binaries: [`v201.0.7`](https://github.com/namada-net/namada/releases/tag/v201.0.7)
- Namada libs: [`v0.251.2`](https://github.com/namada-net/namada/releases/tag/libs-v0.251.2)
- CometBFT version: [`v0.37.16`](https://github.com/cometbft/cometbft/releases/tag/v0.37.16)

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

### Campfire Testnet
This testnet has been shut down and is no longer running. Please use Housefire testnet above for any testing.
Expand Down
Loading