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

Use more unique names for store/queries (not "Config" / "Meta") #37

Closed
ethanfrey opened this issue Aug 12, 2020 · 0 comments · Fixed by #39
Closed

Use more unique names for store/queries (not "Config" / "Meta") #37

ethanfrey opened this issue Aug 12, 2020 · 0 comments · Fixed by #39

Comments

@ethanfrey
Copy link
Member

We start having contracts importing code from other contracts (building on base code).
When multiple contracts use the same generic prefixes or data-types like "config", "meta", this can get confusing.

Use clearer names, like "AdminList" for cw1-whitelist and "TokenInfo" for cw20-base.

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.

1 participant