From 351a3544c0bb51fae41ccf517e91f88793559417 Mon Sep 17 00:00:00 2001 From: Yaroslav Savchuk Date: Thu, 26 Oct 2023 19:01:40 +0200 Subject: [PATCH] adjust deterministicgas --- x/deterministicgas/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/deterministicgas/config.go b/x/deterministicgas/config.go index 425368ac7..525f4e4b1 100644 --- a/x/deterministicgas/config.go +++ b/x/deterministicgas/config.go @@ -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),