Skip to content

Commit 45d74c7

Browse files
committed
Merge branch 'shawn/v2-imports' into shawn/ccv-migrations
2 parents 53e3362 + 8e6bdfb commit 45d74c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

x/ccv/provider/types/proposal.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import (
1414
)
1515

1616
const (
17-
ProposalTypeConsumerAddition = "ConsumerAddition"
18-
ProposalTypeConsumerRemoval = "ConsumerRemoval"
19-
ProposalTypeEquivocation = "Equivocation"
17+
ProposalTypeConsumerAddition = "interchain_security.ccv.provider.v2.ConsumerAdditionProposal"
18+
ProposalTypeConsumerRemoval = "interchain_security.ccv.provider.v2.ConsumerRemovalProposal"
19+
ProposalTypeEquivocation = "interchain_security.ccv.provider.v2.EquivocationProposal"
2020
)
2121

2222
var (

0 commit comments

Comments
 (0)