[#11904] update swarm gateway

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-03-19 08:36:51 +01:00
parent 77e6f83e2e
commit 067c69cca4
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@
(defmethod storage-gateway :swarm
[{:keys [hash]}]
(str "https://swarm-gateways.net/bzz:/" hash))
(str "https://gateway.ethswarm.org/bzz/" hash))
(fx/defn resolve-ens-multihash-success
{:events [:browser.callback/resolve-ens-multihash-success]}