Skip to content
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

Add event for new coins created #49

Closed
alpe opened this issue Sep 30, 2021 · 2 comments · Fixed by #52
Closed

Add event for new coins created #49

alpe opened this issue Sep 30, 2021 · 2 comments · Fixed by #52
Assignees

Comments

@alpe
Copy link

alpe commented Sep 30, 2021

Emit event for dso_token instantiate with attributes for name, symbol, decimal and whitelist_group

@ethanfrey
Copy link
Contributor

ethanfrey commented Oct 5, 2021

For 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"},
  ]
}

@ethanfrey
Copy link
Contributor

Let's do this for v0.2.1 (point release)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants