We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The useEthereum is very helpful for easily accessing the current context of a user's wallet connection.
useEthereum
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.
The text was updated successfully, but these errors were encountered:
This is a good idea and would add a nice quality of life to displaying the connected wallet.
Sorry, something went wrong.
Coding for this has been completed and will be pushed out in the next release
No branches or pull requests
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:
Then you can display a user's ens as easily as using their address.
The text was updated successfully, but these errors were encountered: