Skip to content

Commit

Permalink
modify update group msg
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed May 24, 2023
1 parent 37e7a6b commit 9919ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gashub/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func DefaultGenesisState() *GenesisState {
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgCreateGroup", 2.4e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgDeleteGroup", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgLeaveGroup", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgUpdateGroupMember", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgUpdateGroup", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgMirrorGroup", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgPutPolicy", 2.4e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgDeletePolicy", 1.2e3),
Expand Down

0 comments on commit 9919ce9

Please sign in to comment.