diff --git a/x/gashub/types/genesis.go b/x/gashub/types/genesis.go index cbd3451820..c7dd044764 100644 --- a/x/gashub/types/genesis.go +++ b/x/gashub/types/genesis.go @@ -40,6 +40,24 @@ func NewGenesisState(params Params, msgGasParamsSet []MsgGasParams) *GenesisStat // DefaultGenesisState - Return a default genesis state func DefaultGenesisState() *GenesisState { defaultMsgGasParamsSet := []MsgGasParams{ + *NewMsgGasParamsWithFixedGas("/cosmos.auth.v1beta1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.bank.v1beta1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.consensus.v1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.crisis.v1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.crosschain.v1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.distribution.v1beta1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.gashub.v1beta1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.gov.v1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.mint.v1beta1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.oracle.v1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.slashing.v1beta1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/cosmos.staking.v1beta1.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/greenfield.bridge.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/greenfield.payment.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/greenfield.challenge.MsgUpdateParams", 0), + *NewMsgGasParamsWithFixedGas("/greenfield.permission.MsgUpdateParams", 0), *NewMsgGasParamsWithFixedGas("/cosmos.authz.v1beta1.MsgExec", 1.2e3), *NewMsgGasParamsWithFixedGas("/cosmos.authz.v1beta1.MsgRevoke", 1.2e3), *NewMsgGasParamsWithFixedGas("/cosmos.bank.v1beta1.MsgSend", 1.2e3),