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
parent
commit
c7851eee19
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/config/constants.js

2
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',

Loading…
Cancel
Save