Skip to content

Commit

Permalink
feat: add gas config for discontinue object message
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing committed Mar 27, 2023
1 parent 1a484c2 commit e7f3b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/gashub/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func DefaultParams() Params {
NewMsgGasParamsWithFixedGas("/bnbchain.greenfield.storage.MsgDeleteObject", 1.2e3),
NewMsgGasParamsWithFixedGas("/bnbchain.greenfield.storage.MsgCopyObject", 1.2e3),
NewMsgGasParamsWithFixedGas("/bnbchain.greenfield.storage.MsgCancelCreateObject", 1.2e3),
NewMsgGasParamsWithFixedGas("/bnbchain.greenfield.storage.MsgDiscontinueObject", 2.4e3),
NewMsgGasParamsWithFixedGas("/bnbchain.greenfield.storage.MsgCreateGroup", 2.4e3),
NewMsgGasParamsWithFixedGas("/bnbchain.greenfield.storage.MsgDeleteGroup", 1.2e3),
NewMsgGasParamsWithFixedGas("/bnbchain.greenfield.storage.MsgLeaveGroup", 1.2e3),
Expand Down

0 comments on commit e7f3b5d

Please sign in to comment.