[#11904] update swarm gateway
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
77e6f83e2e
commit
067c69cca4
|
@ -213,7 +213,7 @@
|
||||||
|
|
||||||
(defmethod storage-gateway :swarm
|
(defmethod storage-gateway :swarm
|
||||||
[{:keys [hash]}]
|
[{:keys [hash]}]
|
||||||
(str "https://swarm-gateways.net/bzz:/" hash))
|
(str "https://gateway.ethswarm.org/bzz/" hash))
|
||||||
|
|
||||||
(fx/defn resolve-ens-multihash-success
|
(fx/defn resolve-ens-multihash-success
|
||||||
{:events [:browser.callback/resolve-ens-multihash-success]}
|
{:events [:browser.callback/resolve-ens-multihash-success]}
|
||||||
|
|
Loading…
Reference in New Issue