From 174761d346cf235ebc55d8a6f8b69cfbc4747b90 Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Thu, 27 Feb 2025 17:13:22 +0100 Subject: [PATCH] Fix: Remove references to slow server api1.aleph.im Server api1.aleph.im is very slow and outdated (Core i7 from 2018, up to 40 seconds to respond to `/metrics` in the monitoring). We suspect that this causes issues in the monitoring and performance of the network. This branch removes all references to api1 and replaces them with api3 where relevant. --- docs/libraries/networks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libraries/networks.md b/docs/libraries/networks.md index 3761092..f7e315c 100644 --- a/docs/libraries/networks.md +++ b/docs/libraries/networks.md @@ -6,7 +6,7 @@ Aleph.im provides robust decentralized infrastructure to empower developers and | Network | CCN APIs | Explorer | |---------|----------|----------| -| **Mainnet** | • [https://api1.aleph.im](https://api1.aleph.im/)
• [https://api2.aleph.im](https://api2.aleph.im)
• [https://api3.aleph.im](https://api3.aleph.im/) | • [https://explorer.aleph.im](https://explorer.aleph.im/) | +| **Mainnet** | • [https://api2.aleph.im](https://api2.aleph.im)
• [https://api3.aleph.im](https://api3.aleph.im/) | • [https://explorer.aleph.im](https://explorer.aleph.im/) | | **Testnet** | • [https://api.twentysix.testnet.network](https://api.twentysix.testnet.network/) | • [https://explorer.testnet.aleph.im](https://explorer.testnet.aleph.im/) | ## Choose A Network @@ -22,4 +22,4 @@ Aleph.im provides robust decentralized infrastructure to empower developers and - Safe sandbox for experimentation and iteration - Mimics Mainnet functionality without real-world consequences - **When to use**: For development, testing, and pre-production staging -- **Best practice**: We strongly recommend thorough testing on Testnet before deploying to Mainnet \ No newline at end of file +- **Best practice**: We strongly recommend thorough testing on Testnet before deploying to Mainnet