diff --git a/libs/env/src/env.ts b/libs/env/src/env.ts index 80a41879e255..d705095caf8c 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", },