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
Emit event for dso_token instantiate with attributes for name, symbol, decimal and whitelist_group
dso_token
The text was updated successfully, but these errors were encountered:
For dso_token::instantiate.
dso_token::instantiate
Maybe we can add this to cw20-base??
{ "type": "create_token", "attributes": [ {"key": "name", "value": "Liquid Gold"}, {"key": "symbol", "value": "GOLD"}, {"key": "decimal", "value": "6"}, {"key": "allow_group", "value": "tgrade123456789"}, ] }
Sorry, something went wrong.
Let's do this for v0.2.1 (point release)
ueco-jb
Successfully merging a pull request may close this issue.
Emit event for
dso_token
instantiate with attributes for name, symbol, decimal and whitelist_groupThe text was updated successfully, but these errors were encountered: