From 0c8a6206d48708a7eeff5b5a0c7b2248b460d98c Mon Sep 17 00:00:00 2001 From: jgrebowicz-ledger Date: Tue, 6 Aug 2024 15:01:57 +0200 Subject: [PATCH] MO-10299: Change algo endpoint --- libs/env/src/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/env/src/env.ts b/libs/env/src/env.ts index bef0c69b6cc3..3732bf079cdd 100644 --- a/libs/env/src/env.ts +++ b/libs/env/src/env.ts @@ -73,7 +73,7 @@ const envDefinitions = { desc: "Casper API url node", }, API_ALGORAND_BLOCKCHAIN_EXPLORER_API_ENDPOINT: { - def: "https://algorand.coin.ledger.com", + def: "https://algorand.coin.ledger-stg.com", parser: stringParser, desc: "Node API endpoint for algorand", },