Skip to content

Commit 5f7f177

Browse files
authored
Merge pull request #915 from crypto-com/fix/gov-proposal-panic
Fix: skip ethermint.evm.v1.MsgUpdateParams on submit proposal
2 parents 65c0f25 + c216c40 commit 5f7f177

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

usecase/parser/gov/v1/msg.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ func ParseMsgSubmitProposal(
134134
"/cosmos.staking.v1beta1.MsgUpdateParams",
135135
"/cosmos.slashing.v1beta1.MsgUpdateParams",
136136
"/cosmos.gov.v1.MsgUpdateParams",
137+
"/ethermint.evm.v1.MsgUpdateParams",
137138
"/cosmos.distribution.v1beta1.MsgCommunityPoolSpend":
138139
break
139140
default:

0 commit comments

Comments
 (0)