@@ -93,7 +93,7 @@ const envDefinitions = {
93
93
desc : "Casper API url node" ,
94
94
} ,
95
95
API_ALGORAND_BLOCKCHAIN_EXPLORER_API_ENDPOINT : {
96
- def : "https://algorand.coin.ledger.com" ,
96
+ def : "https://algorand.coin.ledger-stg .com" ,
97
97
parser : stringParser ,
98
98
desc : "Node API endpoint for algorand" ,
99
99
} ,
@@ -178,12 +178,12 @@ const envDefinitions = {
178
178
desc : "Ledger explorer API for tezos" ,
179
179
} ,
180
180
API_TEZOS_TZKT_API : {
181
- def : "https://xtz-tzkt-explorer.api.live.ledger.com" ,
181
+ def : "https://xtz-tzkt-explorer.api.live.ledger-test .com" ,
182
182
parser : stringParser ,
183
183
desc : "tzkt.io explorer" ,
184
184
} ,
185
185
API_TEZOS_NODE : {
186
- def : "https://xtz-node.api.live.ledger.com" ,
186
+ def : "https://xtz-node.api.live.ledger-test .com" ,
187
187
parser : stringParser ,
188
188
desc : "node API for tezos (for broadcast only)" ,
189
189
} ,
@@ -243,7 +243,7 @@ const envDefinitions = {
243
243
desc : "Buy crypto API base url - version 1" ,
244
244
} ,
245
245
CARDANO_API_ENDPOINT : {
246
- def : "https://cardano.coin .ledger.com/api" ,
246
+ def : "https://ada.api.vault .ledger.com/api" ,
247
247
parser : stringParser ,
248
248
desc : "Cardano API url" ,
249
249
} ,
0 commit comments