diff --git a/src/config/constants.js b/src/config/constants.js index 1a41664c..1d94f859 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -47,7 +47,7 @@ export const LEDGER_COUNTERVALUES_API = stringFromEnv( ) export const LEDGER_REST_API_BASE = stringFromEnv( 'LEDGER_REST_API_BASE', - 'https://api.ledgerwallet.com/', + 'https://explorers.api.live.ledger.com/', ) export const MANAGER_API_BASE = stringFromEnv( 'MANAGER_API_BASE',