You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, there needs to be a direct way in the UI for users to set their ENS record. Users have to manually add their publication hash to their ENS record, as shown in the example: https://app.ens.domains/name/manboy.eth/details. At the same time, they can access it at tabula. gg/#/yourCustomEns, and the app will automatically detect the ENS; the process could be more streamlined.
Describe the solution you'd like.
I propose integrating the multicall and setText methods from the ENS contract here directly into our UI. Users can easily set their ENS record by adding a button within the publications section. This button will execute all the necessary logic and explain to the user about the underlying processes.
Additional context
The goal is to enhance the user experience by simplifying setting ENS records and clarifying what happens in the background.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, there needs to be a direct way in the UI for users to set their ENS record. Users have to manually add their publication hash to their ENS record, as shown in the example: https://app.ens.domains/name/manboy.eth/details. At the same time, they can access it at tabula. gg/#/yourCustomEns, and the app will automatically detect the ENS; the process could be more streamlined.
Describe the solution you'd like.
I propose integrating the
multicall
andsetText
methods from the ENS contract here directly into our UI. Users can easily set their ENS record by adding a button within the publications section. This button will execute all the necessary logic and explain to the user about the underlying processes.Additional context
The goal is to enhance the user experience by simplifying setting ENS records and clarifying what happens in the background.
The text was updated successfully, but these errors were encountered: