From 0e43d7d3d8292f7aeda11d98e187b7cbf94e8c60 Mon Sep 17 00:00:00 2001 From: j75689 Date: Fri, 11 Aug 2023 13:19:27 +0800 Subject: [PATCH] chore: modify default gas --- x/gashub/types/genesis.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/x/gashub/types/genesis.go b/x/gashub/types/genesis.go index 5a2a83cbd0..b666c18a7b 100644 --- a/x/gashub/types/genesis.go +++ b/x/gashub/types/genesis.go @@ -67,22 +67,22 @@ func DefaultGenesisState() *GenesisState { *NewMsgGasParamsWithFixedGas("/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission", 1.2e3), *NewMsgGasParamsWithFixedGas("/cosmos.feegrant.v1beta1.MsgRevokeAllowance", 1.2e3), *NewMsgGasParamsWithFixedGas("/cosmos.gov.v1.MsgDeposit", 1.2e3), - *NewMsgGasParamsWithFixedGas("/cosmos.gov.v1.MsgSubmitProposal", 2e8), - *NewMsgGasParamsWithFixedGas("/cosmos.gov.v1.MsgVote", 2e7), - *NewMsgGasParamsWithFixedGas("/cosmos.gov.v1.MsgVoteWeighted", 2e7), + *NewMsgGasParamsWithFixedGas("/cosmos.gov.v1.MsgSubmitProposal", 2e6), + *NewMsgGasParamsWithFixedGas("/cosmos.gov.v1.MsgVote", 2e6), + *NewMsgGasParamsWithFixedGas("/cosmos.gov.v1.MsgVoteWeighted", 2e6), *NewMsgGasParamsWithFixedGas("/cosmos.oracle.v1.MsgClaim", 1e3), *NewMsgGasParamsWithFixedGas("/cosmos.slashing.v1beta1.MsgUnjail", 1.2e3), *NewMsgGasParamsWithFixedGas("/cosmos.staking.v1beta1.MsgBeginRedelegate", 1.2e3), *NewMsgGasParamsWithFixedGas("/cosmos.staking.v1beta1.MsgCancelUnbondingDelegation", 1.2e3), - *NewMsgGasParamsWithFixedGas("/cosmos.staking.v1beta1.MsgCreateValidator", 2e8), + *NewMsgGasParamsWithFixedGas("/cosmos.staking.v1beta1.MsgCreateValidator", 2e6), *NewMsgGasParamsWithFixedGas("/cosmos.staking.v1beta1.MsgDelegate", 1.2e3), - *NewMsgGasParamsWithFixedGas("/cosmos.staking.v1beta1.MsgEditValidator", 2e7), + *NewMsgGasParamsWithFixedGas("/cosmos.staking.v1beta1.MsgEditValidator", 2e6), *NewMsgGasParamsWithFixedGas("/cosmos.staking.v1beta1.MsgUndelegate", 1.2e3), *NewMsgGasParamsWithFixedGas("/greenfield.bridge.MsgTransferOut", 1.2e3), - *NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgCreateStorageProvider", 2e8), + *NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgCreateStorageProvider", 2e6), *NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgDeposit", 1.2e3), - *NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgEditStorageProvider", 2e7), - *NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgUpdateSpStoragePrice", 2e7), + *NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgEditStorageProvider", 2e6), + *NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgUpdateSpStoragePrice", 2e6), *NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgUpdateStorageProviderStatus", 1.2e3), *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgCreateBucket", 2.4e3), *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgDeleteBucket", 1.2e3),