back to infura

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2020-02-10 17:15:59 +01:00
parent 0a7dc8fdd2
commit ff41394d9e
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 1 additions and 1 deletions

View File

@ -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