From 697abd0036ee033499e8a8245e5d3d2dd32f1d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 14 Nov 2018 12:21:48 +0100 Subject: [PATCH] Update currencies status endpoint --- src/config/urls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/urls.js b/src/config/urls.js index 620ccd83..1af2cddc 100644 --- a/src/config/urls.js +++ b/src/config/urls.js @@ -42,5 +42,5 @@ export const urls = { // Currencies status currenciesStatus: - 'https://s3-eu-west-1.amazonaws.com/ledger-ledgerlive-resources-prod/public_resources/currencies.json', + 'http://resources.live.ledger.app/public_resources/currencies.json', }