Valentin D. Pinkman
7 years ago
No known key found for this signature in database
GPG Key ID: E7D110669FFB8D3E
1 changed files with
1 additions and
1 deletions
-
src/internals/manager/constants.js
|
|
@ -1,6 +1,6 @@ |
|
|
|
// Socket endpoint
|
|
|
|
|
|
|
|
export const BASE_SOCKET_URL = 'ws://api.ledgerwallet.com/update/install' |
|
|
|
export const BASE_SOCKET_URL = 'ws://api.ledgerwallet.com/update' |
|
|
|
// If you want to test locally with https://github.com/LedgerHQ/ledger-update-python-api
|
|
|
|
// export const BASE_SOCKET_URL = 'ws://localhost:3001/update'
|
|
|
|
|
|
|
|