Skip to content

Commit

Permalink
add MsgRejectMigrateBucket (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 authored Oct 17, 2023
1 parent 44e4b58 commit 7b897e5
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 @@ -110,6 +110,7 @@ func DefaultGenesisState() *GenesisState {
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgMigrateBucket", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgCancelMigrateBucket", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgCompleteMigrateBucket", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgRejectMigrateBucket", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.payment.MsgCreatePaymentAccount", 2e5),
*NewMsgGasParamsWithFixedGas("/greenfield.payment.MsgDeposit", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.payment.MsgWithdraw", 1.2e3),
Expand Down

0 comments on commit 7b897e5

Please sign in to comment.