Browse Source

Merge pull request #1637 from LedgerHQ/gre-patch-1

Update currencies status endpoint
gre-patch-1
Meriadec Pillet 6 years ago
committed by GitHub
parent
commit
ea3a8d4be7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/config/urls.js

3
src/config/urls.js

@ -41,6 +41,5 @@ export const urls = {
},
// Currencies status
currenciesStatus:
'https://s3-eu-west-1.amazonaws.com/ledger-ledgerlive-resources-prod/public_resources/currencies.json',
currenciesStatus: 'http://resources.live.ledger.app/public_resources/currencies.json',
}

Loading…
Cancel
Save