From 23036b3ba4fc00c1cb074a4c8674418c35d4fab7 Mon Sep 17 00:00:00 2001 From: jgrebowicz-ledger Date: Thu, 30 Jan 2025 14:28:58 +0100 Subject: [PATCH] MO-10921: algo stg tests --- 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 41bbcad3edb6..3dc2454daa67 100644 --- a/libs/env/src/env.ts +++ b/libs/env/src/env.ts @@ -93,7 +93,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", },