-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[bug] ENS IPFS avatars cannot be loaded #59
Comments
I just realized i can connect to Metamask on the https://wagmi-xyz.vercel.app/guides/connect-wallet page and the same error occurs in the Console. |
The ENS avatar field format spec supports several URI types, most of which are not compatible with I think the wagmi docs should probably remove the incorrect usage of the ENS avatar |
semiwhat related: #33 |
Fixed as of |
This issue has been locked since it has been closed for more than 14 days. If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest wagmi version. If you have any other comments you can create a new discussion. |
Is there an existing issue for this?
Package Version
0.1.2
Current Behavior
Using the example code from https://wagmi-xyz.vercel.app/guides/connect-wallet, I am connecting to my Ethereum wallet which has an ENS entry
The avatar does not display and the console reads
Fetch API cannot load ipfs://QmPMc4tcBsMqLRuCQtPmPe84bpSjrC3Ky7t3JWuHXYB4aS/8929. URL scheme "ipfs" is not supported.
Expected Behavior
That my ENS avatar displays correctly
Steps To Reproduce
Run the example code from the
wagmi
docs (https://wagmi-xyz.vercel.app/guides/connect-wallet) and connect to an Ethereum address that has an ENS entry with an avatar set according to these docsAnything else?
This package is amazing! Thank you.
The text was updated successfully, but these errors were encountered: