From 24ac828b0e0ffa3730c2d6e1777b02b7134aea9f Mon Sep 17 00:00:00 2001 From: brentstone Date: Tue, 18 Nov 2025 16:01:03 -0800 Subject: [PATCH 1/2] infra links --- packages/docs/pages/networks/services.mdx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/docs/pages/networks/services.mdx b/packages/docs/pages/networks/services.mdx index 53c6c3fb..95960b73 100644 --- a/packages/docs/pages/networks/services.mdx +++ b/packages/docs/pages/networks/services.mdx @@ -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. From fe31f4c6c248ecdcb23990a30bf483c7e59d71fc Mon Sep 17 00:00:00 2001 From: brentstone Date: Wed, 19 Nov 2025 17:41:19 -0800 Subject: [PATCH 2/2] mainnet version --- packages/docs/pages/networks/mainnets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/networks/mainnets.mdx b/packages/docs/pages/networks/mainnets.mdx index d0e0e458..b682d6a2 100644 --- a/packages/docs/pages/networks/mainnets.mdx +++ b/packages/docs/pages/networks/mainnets.mdx @@ -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)