Skip to content

Commit

Permalink
chore: modify default gas (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Aug 11, 2023
1 parent 7861c1d commit 86a460b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions x/gashub/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 86a460b

Please sign in to comment.