Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function to retrieve a user's ENS #54

Open
ngnathan opened this issue Mar 4, 2022 · 2 comments
Open

Add function to retrieve a user's ENS #54

ngnathan opened this issue Mar 4, 2022 · 2 comments

Comments

@ngnathan
Copy link

ngnathan commented Mar 4, 2022

The useEthereum is very helpful for easily accessing the current context of a user's wallet connection.

It would be great to have a way to retrieve the user's ENS easily as well.

Ideally:

const { ens, address, disconnect, connect, error } = useEthereum();

Then you can display a user's ens as easily as using their address.

@jsheely
Copy link
Contributor

jsheely commented Mar 22, 2022

This is a good idea and would add a nice quality of life to displaying the connected wallet.

@jsheely
Copy link
Contributor

jsheely commented Mar 25, 2022

Coding for this has been completed and will be pushed out in the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants