From 33046d68072f9972b53e92f616a8852fe107f36e Mon Sep 17 00:00:00 2001 From: Erwan Renaut <73958772+renauter@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:09:48 -0300 Subject: [PATCH] doc: update unsafe rpc node IPs (#962) --- docs/misc/try_runtime.md | 4 ++-- tools/fork-off-substrate/README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/misc/try_runtime.md b/docs/misc/try_runtime.md index 5951abd10..aae8f53f3 100644 --- a/docs/misc/try_runtime.md +++ b/docs/misc/try_runtime.md @@ -4,8 +4,8 @@ List of available endpoints for our networks: - Devnet: 10.10.0.40 - QAnet: 10.10.0.42 -- Testnet: 10.10.0.100 -- Mainnet: 10.10.0.154 +- Testnet: 10.10.0.55 +- Mainnet: 10.10.0.56 (If you are not in Lochristi office you probably need VPN to reach to ips) diff --git a/tools/fork-off-substrate/README.md b/tools/fork-off-substrate/README.md index 6c3ebaef3..340a06ee4 100644 --- a/tools/fork-off-substrate/README.md +++ b/tools/fork-off-substrate/README.md @@ -62,10 +62,10 @@ The script can be tweaked and configured using various environment variables - | QUICK_MODE | If set, it parallelizes the data download from the RPC endpoint | `NULL` | ## Network list -- Devnet: 10.10.0.151 -- QAnet: 10.10.0.152 -- Testnet: 10.10.0.22 -- Mainnet: 10.10.0.19 +- Devnet: 10.10.0.40 +- QAnet: 10.10.0.42 +- Testnet: 10.10.0.55 +- Mainnet: 10.10.0.56 ## Read more