Browse Source

Fixed BASE_SOCKET_URL to accept endpoints

master
Valentin D. Pinkman 7 years ago
parent
commit
a662380f74
No known key found for this signature in database GPG Key ID: E7D110669FFB8D3E
  1. 2
      src/internals/manager/constants.js

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

Loading…
Cancel
Save