Skip to content

Commit

Permalink
Merge branch 'shawn/v2-imports' into shawn/ccv-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed May 23, 2023
2 parents 53e3362 + 8e6bdfb commit 45d74c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/ccv/provider/types/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import (
)

const (
ProposalTypeConsumerAddition = "ConsumerAddition"
ProposalTypeConsumerRemoval = "ConsumerRemoval"
ProposalTypeEquivocation = "Equivocation"
ProposalTypeConsumerAddition = "interchain_security.ccv.provider.v2.ConsumerAdditionProposal"
ProposalTypeConsumerRemoval = "interchain_security.ccv.provider.v2.ConsumerRemovalProposal"
ProposalTypeEquivocation = "interchain_security.ccv.provider.v2.EquivocationProposal"
)

var (
Expand Down

0 comments on commit 45d74c7

Please sign in to comment.