fix ens content resolution
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
13c81a34b3
commit
61105e15f6
|
@ -136,7 +136,10 @@
|
||||||
:params [(namehash ens-name)]
|
:params [(namehash ens-name)]
|
||||||
:on-success
|
:on-success
|
||||||
(fn [hash]
|
(fn [hash]
|
||||||
(cb hash))}))
|
(cb hash))
|
||||||
|
;;at some point infura started to return execution reverted error instead of "0x" result
|
||||||
|
;;our code expects "0x" result
|
||||||
|
:on-error #(cb "0x")}))
|
||||||
|
|
||||||
(def ABI-hash "0x2203ab56")
|
(def ABI-hash "0x2203ab56")
|
||||||
(def pubkey-hash "0xc8690233")
|
(def pubkey-hash "0xc8690233")
|
||||||
|
|
Loading…
Reference in New Issue