From ff41394d9edb2a17e939128abaaca269b10b5e6e Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Mon, 10 Feb 2020 17:15:59 +0100 Subject: [PATCH] back to infura Signed-off-by: Andrey Shovkoplyas --- src/status_im/utils/contenthash.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/utils/contenthash.cljs b/src/status_im/utils/contenthash.cljs index 3194c9078c..387eb3e303 100644 --- a/src/status_im/utils/contenthash.cljs +++ b/src/status_im/utils/contenthash.cljs @@ -58,7 +58,7 @@ (defn url [hex] (let [{:keys [namespace hash]} (decode (ethereum/normalized-hex hex))] (case namespace - :ipfs (str "https://cloudflare-ipfs.com/ipfs/" hash) + :ipfs (str "https://ipfs.infura.io/ipfs/" hash) ""))) (fx/defn cat