Cannot find user by ENS #20292 (#20299)

This commit is contained in:
flexsurfer 2024-06-03 11:40:02 +02:00 committed by jo-mut
parent e112d8ef5f
commit dcf76c1aa3
No known key found for this signature in database
GPG Key ID: 76AE8CD103294A70
2 changed files with 2 additions and 0 deletions

View File

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

View File

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