Skip to content

Commit

Permalink
Revert "Merge branch 'shawn/v2-imports' into shawn/ccv-migrations"
Browse files Browse the repository at this point in the history
This reverts commit 45d74c7, reversing
changes made to 53e3362.
  • Loading branch information
shaspitz committed May 24, 2023
1 parent 9589144 commit 6885ad1
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 = "interchain_security.ccv.provider.v2.ConsumerAdditionProposal"
ProposalTypeConsumerRemoval = "interchain_security.ccv.provider.v2.ConsumerRemovalProposal"
ProposalTypeEquivocation = "interchain_security.ccv.provider.v2.EquivocationProposal"
ProposalTypeConsumerAddition = "ConsumerAddition"
ProposalTypeConsumerRemoval = "ConsumerRemoval"
ProposalTypeEquivocation = "Equivocation"
)

var (
Expand Down

0 comments on commit 6885ad1

Please sign in to comment.