Browse Source
Merge pull request #885 from gre/new-api-endpoint
hook to new endpoint for explorer
master
Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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', |
|
|
|