Skip to content

Commit

Permalink
adjust deterministicgas
Browse files Browse the repository at this point in the history
  • Loading branch information
ysv committed Oct 26, 2023
1 parent 1496182 commit 351a354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/deterministicgas/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ func DefaultConfig() Config {
MsgToMsgURL(&group.MsgCreateGroup{}): constantGasFunc(55_000),
MsgToMsgURL(&group.MsgUpdateGroupMembers{}): constantGasFunc(17_500),
MsgToMsgURL(&group.MsgUpdateGroupAdmin{}): constantGasFunc(13_500),
MsgToMsgURL(&group.MsgUpdateGroupMetadata{}): constantGasFunc(14_500),
MsgToMsgURL(&group.MsgUpdateGroupMetadata{}): constantGasFunc(9_500),
MsgToMsgURL(&group.MsgCreateGroupPolicy{}): constantGasFunc(40_000),
MsgToMsgURL(&group.MsgCreateGroupWithPolicy{}): constantGasFunc(95_000),
MsgToMsgURL(&group.MsgUpdateGroupPolicyAdmin{}): constantGasFunc(20_000),
MsgToMsgURL(&group.MsgUpdateGroupPolicyDecisionPolicy{}): constantGasFunc(17_000),
MsgToMsgURL(&group.MsgUpdateGroupPolicyMetadata{}): constantGasFunc(15_000),
MsgToMsgURL(&group.MsgWithdrawProposal{}): constantGasFunc(22_000),
MsgToMsgURL(&group.MsgLeaveGroup{}): constantGasFunc(15_000),
MsgToMsgURL(&group.MsgLeaveGroup{}): constantGasFunc(17_500),

// nft
MsgToMsgURL(&nfttypes.MsgSend{}): constantGasFunc(25_000),
Expand Down

0 comments on commit 351a354

Please sign in to comment.