-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Avatar ipfs support #2271
Avatar ipfs support #2271
Conversation
…ntract it refers to is an IPFS URI and the image inside the metadata could be on IPFS as well.
…ntract it refers to is an IPFS URI and the image inside the metadata could be on IPFS as well.
When the avatar field conforms to CAIP-22 and the tokenURI is requested it can return an IPFS URI referring to the metadata JSON as per ERC721. |
Do you have any test cases for these? I just need som examples on mainnet to test against. |
I did a limited search on mainnet, here is one that matches the use case: I also have test contracts on rinkeby but they are not production ready. |
Resolved the merge conflict |
This should be fixed as of 5.5.4. Try it out and let me know if there are still any issues. Thanks! :) |
No description provided.