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
When we try to create token factory denom by tokens-binding contract, the metadata of token that we created miss uri and uri_hash filed:
Steps to reproduce the behavior:
The return token must have uri and uri_hash filed in metadata
The text was updated successfully, but these errors were encountered:
The error comes up because in module tokenfactory, we don't declare uri and uri_hash for metadata bindings
Sorry, something went wrong.
To fix this issue, we add uri and uri_hash for metadata bindings:
ledanghuy1811
No branches or pull requests
Context
When we try to create token factory denom by tokens-binding contract, the metadata of token that we created miss uri and uri_hash filed:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The return token must have uri and uri_hash filed in metadata
The text was updated successfully, but these errors were encountered: