Skip to content

Commit

Permalink
Feature: add new event types
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 9, 2024
1 parent 12ee097 commit d05e2b2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
7 changes: 6 additions & 1 deletion internal/storage/types/event_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@ package types
cosmos.authz.v1beta1.EventRevoke,
cosmos.authz.v1.EventRevoke,
cancel_unbonding_delegation
cancel_unbonding_delegation,
active_proposal,
inactive_proposal,
ics27_packet,
channel_close_confirm
)
*/
//go:generate go-enum --marshal --sql --values --names
Expand Down
20 changes: 20 additions & 0 deletions internal/storage/types/event_type_enum.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d05e2b2

Please sign in to comment.