You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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" forcw20-base
.The text was updated successfully, but these errors were encountered: