Skip to content

Commit

Permalink
add msg (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 authored Aug 8, 2023
1 parent 9a0d3b0 commit 8b1e6d5
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 @@ -83,6 +83,7 @@ func DefaultGenesisState() *GenesisState {
*NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgDeposit", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgEditStorageProvider", 2e7),
*NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgUpdateSpStoragePrice", 2e7),
*NewMsgGasParamsWithFixedGas("/greenfield.sp.MsgUpdateStorageProviderStatus", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgCreateBucket", 2.4e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgDeleteBucket", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgMirrorBucket", 1.2e3),
Expand Down

0 comments on commit 8b1e6d5

Please sign in to comment.