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

Base: edit msg category types #225

Closed
ryuash opened this issue Aug 19, 2021 · 0 comments · Fixed by #233
Closed

Base: edit msg category types #225

ryuash opened this issue Aug 19, 2021 · 0 comments · Fixed by #233
Labels
Milestone

Comments

@ryuash
Copy link
Contributor

ryuash commented Aug 19, 2021

Split it up for easier customisation

export type BaseCategories = 'bank' | 'crisis' | 'distribution' | 'governance' | 'slashing' | 'staking' | 'profiles' | 'ibc' | 'ibc-transfer' | 'others'
export type CustomCategories = 'iscn';
export type Categories = BaseCategories | CustomCategories

@ryuash ryuash added the base label Aug 19, 2021
@ryuash ryuash added this to the base-v1.0.5 milestone Aug 19, 2021
@ryuash ryuash mentioned this issue Aug 19, 2021
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant