From a18bd98b4f41a82143a5a449e2a826194855a208 Mon Sep 17 00:00:00 2001 From: jgrebowicz-ledger Date: Fri, 31 Jan 2025 11:48:13 +0100 Subject: [PATCH] change algo stg to new url --- 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 3dc2454daa67..024648d12ec7 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-stg.com", + def: "https://algorand.coin.ledger-test.com", parser: stringParser, desc: "Node API endpoint for algorand", },