Skip to content

Commit

Permalink
add new msg
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed May 24, 2023
1 parent 37e7a6b commit e8ca5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/gashub/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func DefaultGenesisState() *GenesisState {
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgDeleteGroup", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgLeaveGroup", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgUpdateGroupMember", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgUpdateGroupExtra", 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 e8ca5b4

Please sign in to comment.