From fff05934c6db4c34b532532dc011ac0aca63331d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 6 Jul 2018 11:13:45 +0200 Subject: [PATCH] hook to new endpoint for explorer --- src/config/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',