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
2 changes: 1 addition & 1 deletion packages/docs/pages/networks/mainnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The genesis files are hosted in the following repository: https://github.com/ano

### Mainnet status and attributes:
- chain ID: `namada.5f5de2dd1b88cba30586420`
- Namada binaries: [`v101.1.2`](https://github.com/anoma/namada/releases/tag/v101.1.2)
- 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)
- CometBFT version: [`v0.37.16`](https://github.com/cometbft/cometbft/releases/tag/v0.37.16)

Expand Down
20 changes: 10 additions & 10 deletions packages/docs/pages/networks/services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ These include:
Many teams contribute to the support and maintenance of these services, including Heliax, which operates production-grade instances of each of these services.
The Heliax public endpoints for infra are:
- Namadillo
- Mainnet: https://namadillo.app
- Testnet: https://testnet.namadillo.app
- Mainnet: https://app.namada.net
- Testnet: https://app.testnet.namada.net
- Docs [here](../users/namadillo/overview.mdx)
- Block Explorer
- Mainnet: https://namada.world
- Testnet: https://testnet.namada.world
- Mainnet: https://explorer.namada.net
- Testnet: https://explorer.testnet.namada.net
- RPC
- Mainnet: https://rpc.mainnet.siuuu.click
- Testnet: https://rpc.testnet.siuuu.click
- Mainnet: https://rpc.namada.net
- Testnet: https://rpc.testnet.namada.net
- Namada Indexer
- Mainnet: https://indexer.mainnet.siuuu.click
- Testnet: https://indexer.testnet.siuuu.click
- Mainnet: https://indexer.namada.net
- Testnet: https://indexer.testnet.namada.net
- API: https://namada-net.github.io/namada-indexer/#/
- MASP Indexer
- Mainnet: https://masp.mainnet.siuuu.click
- Testnet: https://masp.testnet.siuuu.click
- Mainnet: https://masp.namada.net
- Testnet: https://masp.testnet.namada.net
- API: https://namada-net.github.io/namada-masp-indexer/#/

Furthermore, there are several places to discover other community-run infra and services.
Expand Down
Loading