mirror of
https://github.com/status-im/status-react.git
synced 2025-01-23 17:29:08 +00:00
back to infura
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
0a7dc8fdd2
commit
ff41394d9e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user