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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
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', |
|
|
|
} |
|
|
|