From 3a9112aafa67fd35668278f135cff4a9e675e2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20=C4=B0rice?= <50718382+iricehasan@users.noreply.github.com> Date: Sat, 29 Jun 2024 14:57:21 +0300 Subject: [PATCH] Update Api Endpoints for Juno Testnet Fix the testnet link for the cosmos.directory to https://testnet.cosmos.directory/junotestnet/nodes which was wrongly directed with https://cosmos.directory/juno/nodes. --- developer-guides/api-endpoints/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-guides/api-endpoints/README.md b/developer-guides/api-endpoints/README.md index 8a2c4b4..d2cc9af 100644 --- a/developer-guides/api-endpoints/README.md +++ b/developer-guides/api-endpoints/README.md @@ -5,6 +5,6 @@ description: Schema for Juno node interaction (GET and POST requests). # API Endpoints Mainnet: [https://cosmos.directory/juno/nodes](https://cosmos.directory/juno/nodes)\ -Testnet: [https://testnet.cosmos.directory/junotestnet/nodes](https://cosmos.directory/juno/nodes) +Testnet: [https://testnet.cosmos.directory/junotestnet/nodes](https://testnet.cosmos.directory/junotestnet/nodes) Click on the "Nodes" tab, then "REST" for publicly provided infrastructure. If you wish to run your own non rate limited node, [check out our guide here](../../validators/joining-mainnet/)