We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23036b3 commit a18bd98Copy full SHA for a18bd98
libs/env/src/env.ts
@@ -93,7 +93,7 @@ const envDefinitions = {
93
desc: "Casper API url node",
94
},
95
API_ALGORAND_BLOCKCHAIN_EXPLORER_API_ENDPOINT: {
96
- def: "https://algorand.coin.ledger-stg.com",
+ def: "https://algorand.coin.ledger-test.com",
97
parser: stringParser,
98
desc: "Node API endpoint for algorand",
99
0 commit comments