Compare commits

...
Author SHA1 Message Date
andrey f34dcb6e93 Cannot find user by ENS #20292 2024-06-03 11:39:30 +02:00
andrey 974d47228d Cannot find user by ENS #20292 2024-06-03 11:39:30 +02:00
2 changed files with 2 additions and 0 deletions
@@ -115,6 +115,7 @@
:resolve-ens {:db (assoc db :contacts/new-identity contact)
:effects.contacts/resolve-public-key-from-ens
{:ens ens
:chain-id 1
:on-success
#(re-frame/dispatch [:contacts/set-new-identity-success
{:input input
@@ -118,6 +118,7 @@
:state :resolve-ens}))
:effects.contacts/resolve-public-key-from-ens
{:ens ens-stateofus-eth
:chain-id 1
:on-success [:contacts/set-new-identity-success ens]
:on-error [:contacts/set-new-identity-error ens]}}