Skip to content

Commit

Permalink
add msg gas for virtual group
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnss committed Jun 14, 2023
1 parent 8a56883 commit 2c38b6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions x/gashub/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ func DefaultGenesisState() *GenesisState {
*NewMsgGasParamsWithFixedGas("/greenfield.payment.MsgDisableRefund", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.challenge.MsgSubmit", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.challenge.MsgAttest", 1e2),
*NewMsgGasParamsWithFixedGas("/greenfield.virtualgroup.MsgCreateGlobalVirtualGroup", 1e6),
*NewMsgGasParamsWithFixedGas("/greenfield.virtualgroup.MsgDeleteGlobalVirtualGroup", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.virtualgroup.MsgDeposit", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.virtualgroup.MsgWithdraw", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.virtualgroup.MsgSwapOut", 2.4e4),
*NewMsgGasParamsWithFixedGas("/greenfield.virtualgroup.MsgUpdateParams", 1.2e3),
*NewMsgGasParamsWithDynamicGas(
"/cosmos.authz.v1beta1.MsgGrant",
&MsgGasParams_GrantType{
Expand Down

0 comments on commit 2c38b6c

Please sign in to comment.